- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 26 Aug 2008 15:03:07 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv27068/share/templates/en_US
Modified Files:
warnings.tmpl
Log Message:
fixing typo for warning about found namespace in non-xml document
Index: warnings.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/warnings.tmpl,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- warnings.tmpl 5 May 2008 03:28:31 -0000 1.43
+++ warnings.tmpl 26 Aug 2008 15:03:05 -0000 1.44
@@ -267,7 +267,7 @@
<li class="msg_warn" id="W11"><p><span class="err_type"><img src="images/info_icons/warning.png" alt="Warning" title="Warning" /></span> <span class="msg">Namespace Found in non-XML Document</span></p>
<p>
- Namespace "<code><TMPL_VAR NAME="W11_rns" ESCAPE="HTML"></code>" found,
+ Namespace "<code><TMPL_VAR NAME="W11_ns" ESCAPE="HTML"></code>" found,
but the <TMPL_IF NAME="w11_doctype"><code><TMPL_VAR NAME="w11_doctype" ESCAPE="HTML"></code></TMPL_IF> document type is not an XML document type!
</p>
</li>
Received on Tuesday, 26 August 2008 15:03:42 UTC