- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 07 May 2010 17:41:31 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv15868/htdocs
Modified Files:
whatsnew.html
Log Message:
Avoid malformed comments when overriding doctype or charset.
Index: whatsnew.html
===================================================================
RCS file: /sources/public/validator/htdocs/whatsnew.html,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -d -r1.98 -r1.99
--- whatsnew.html 7 May 2010 17:34:33 -0000 1.98
+++ whatsnew.html 7 May 2010 17:41:29 -0000 1.99
@@ -41,6 +41,10 @@
by modifying character encoding information included in the
passed document.
</li>
+ <li>
+ Bug fix: doctype override could place a malformed comment
+ in the modified document.
+ </li>
</ul>
</dd>
Received on Friday, 7 May 2010 17:41:33 UTC