validator/htdocs/config types.conf,1.44,1.45

Update of /sources/public/validator/htdocs/config
In directory hutz:/tmp/cvs-serv14733/htdocs/config

Modified Files:
	types.conf 
Log Message:
Restore fake HTML5 pubid in types.conf, special case it in doctype override (#6250).

Index: types.conf
===================================================================
RCS file: /sources/public/validator/htdocs/config/types.conf,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- types.conf	3 Jan 2009 21:04:26 -0000	1.44
+++ types.conf	7 Jan 2009 19:30:04 -0000	1.45
@@ -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

Received on Wednesday, 7 January 2009 19:30:16 UTC