- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 04 Jun 2009 15:45:16 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv22100/share/templates/en_US
Modified Files:
error_messages.cfg
Log Message:
Remove unrelated *lang attributes from example in missing xmlns on root element description (#6995).
Index: error_messages.cfg
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/error_messages.cfg,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- error_messages.cfg 7 Oct 2008 19:45:55 -0000 1.34
+++ error_messages.cfg 4 Jun 2009 15:45:14 -0000 1.35
@@ -2023,8 +2023,8 @@
verbose <<.EOF.
<div class="ve no-xmlns">
<p>
- Many Document Types based on XML need a mandatory <code>xmlns=""</code> on the root element. For example, the root element for <a href="http://www.w3.org/TR/xhtml1/#strict">XHTML</a> will look like:<br />
- <code><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"></code>
+ Many Document Types based on XML need a mandatory <code>xmlns</code> attribute on the root element. For example, the root element for <a href="http://www.w3.org/TR/xhtml1/#strict">XHTML</a> might look like:<br />
+ <code><html xmlns="http://www.w3.org/1999/xhtml"></code>
</p>
</div>
.EOF.
Received on Thursday, 4 June 2009 15:45:25 UTC