validator/share/templates/en_US error_messages.cfg,1.34,1.35

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>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=&quot;en&quot; lang=&quot;en&quot;&gt;</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>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;</code>
       </p>
     </div>
   .EOF.

Received on Thursday, 4 June 2009 15:45:25 UTC