diff options
author | ville <ville@localhost> | 2009-01-07 19:30:04 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2009-01-07 19:30:04 +0000 |
commit | 93cd8c40712b152a72c9b4c20d14bf54f6d92b2e (patch) | |
tree | fe0f9da3303f3791be2f8ad3534f072696b3cad0 /htdocs | |
parent | 7dfd667d72f18bf2847db2b9e44fa1f8b980dc30 (diff) | |
download | markup-validator-93cd8c40712b152a72c9b4c20d14bf54f6d92b2e.zip markup-validator-93cd8c40712b152a72c9b4c20d14bf54f6d92b2e.tar.gz markup-validator-93cd8c40712b152a72c9b4c20d14bf54f6d92b2e.tar.bz2 |
Restore fake HTML5 pubid in types.conf, special case it in doctype override (#6250).
Diffstat (limited to 'htdocs')
-rw-r--r-- | htdocs/config/types.conf | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/htdocs/config/types.conf b/htdocs/config/types.conf index d8feea9..17a5bc8 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.44 2009-01-03 21:04:26 ville Exp $ +# $Id: types.conf,v 1.45 2009-01-07 19:30:04 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,8 +271,7 @@ Name = html Display = HTML5 Info URL = http://www.w3.org/TR/html5/ - # PubID must be present, and is intentionally empty here! - PubID = + PubID = HTML5 # Fake, special case in the code Parse Mode = HTML5 <Types> Allowed = text/html application/xhtml+xml |