- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 07 May 2010 18:17:39 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv20258/htdocs
Modified Files:
whatsnew.html
Log Message:
Escape error messages also when showing source.
Index: whatsnew.html
===================================================================
RCS file: /sources/public/validator/htdocs/whatsnew.html,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -d -r1.99 -r1.100
--- whatsnew.html 7 May 2010 17:41:29 -0000 1.99
+++ whatsnew.html 7 May 2010 18:17:37 -0000 1.100
@@ -45,6 +45,10 @@
Bug fix: doctype override could place a malformed comment
in the modified document.
</li>
+ <li>
+ Bug fix: error messages were not properly HTML escaped when
+ "show source" was selected.
+ </li>
</ul>
</dd>
Received on Friday, 7 May 2010 18:17:41 UTC