summaryrefslogtreecommitdiffstats
path: root/htdocs
diff options
context:
space:
mode:
authorville <ville@localhost>2009-01-03 21:03:42 +0000
committerville <ville@localhost>2009-01-03 21:03:42 +0000
commit25051c08254e61a62d3b4aaabae6bf781004fdc0 (patch)
treed17ca73ae43edda6151423385ef1491a35583506 /htdocs
parentd5b9207720e0f62de56f10529ff3b5fedba1a7e2 (diff)
downloadmarkup-validator-25051c08254e61a62d3b4aaabae6bf781004fdc0.zip
markup-validator-25051c08254e61a62d3b4aaabae6bf781004fdc0.tar.gz
markup-validator-25051c08254e61a62d3b4aaabae6bf781004fdc0.tar.bz2
HTML5 does not have a public id; empty string needs to be present here though.
Diffstat (limited to 'htdocs')
-rw-r--r--htdocs/config/types.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/htdocs/config/types.conf b/htdocs/config/types.conf
index 4d3abea..152cd6b 100644
--- a/htdocs/config/types.conf
+++ b/htdocs/config/types.conf
@@ -1,7 +1,7 @@
#
# Main Document Type Database for the W3C Markup Validation Service.
#
-# $Id: types.conf,v 1.42 2008-08-20 20:34:10 ot Exp $
+# $Id: types.conf,v 1.43 2009-01-03 21:03:42 ville Exp $
#
# Maintains all information for each of the document types we support.
# See 'perldoc Config::General' for the syntax, and be aware that the
@@ -271,7 +271,8 @@
Name = html
Display = HTML5
Info URL = http://www.w3.org/TR/html5/
- PubID = HTML5
+ # PubID must be present, and is intentionally empty here!
+ PubID =
Parse Mode = HTML5
<Types>
Allowed = text/html application/xhtml+xml