- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 24 Mar 2005 09:00:47 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv24983/share/templates/en_US
Modified Files:
warnings.tmpl
Log Message:
W13_org is already passed escaped, no need to mangle it
Index: warnings.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/warnings.tmpl,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- warnings.tmpl 24 Mar 2005 08:37:27 -0000 1.7
+++ warnings.tmpl 24 Mar 2005 09:00:45 -0000 1.8
@@ -203,7 +203,7 @@
<dd>
<p>
The detected DOCTYPE Declaration
- "<code><TMPL_VAR NAME="W13_org" ESCAPE="HTML"></code>" has been
+ "<code><TMPL_VAR NAME="W13_org"></code>" has been
suppressed and the DOCTYPE for
"<code><TMPL_VAR NAME="W13_new" ESCAPE="HTML"></code>" inserted instead,
but even if no errors are shown below the document will not be Valid
Received on Thursday, 24 March 2005 09:00:47 UTC