summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorville <ville@localhost>2009-06-04 15:45:14 +0000
committerville <ville@localhost>2009-06-04 15:45:14 +0000
commitb819f6ae409932d9c22d11c82209a4f071049f8b (patch)
treee2c213f4561253d21c5cdacc59b66d3411e1f9a9
parent4929fb0d7ac1f92dfed5b43880e920d8084c12c8 (diff)
downloadmarkup-validator-b819f6ae409932d9c22d11c82209a4f071049f8b.zip
markup-validator-b819f6ae409932d9c22d11c82209a4f071049f8b.tar.gz
markup-validator-b819f6ae409932d9c22d11c82209a4f071049f8b.tar.bz2
Remove unrelated *lang attributes from example in missing xmlns on root element description (#6995).
-rw-r--r--share/templates/en_US/error_messages.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/templates/en_US/error_messages.cfg b/share/templates/en_US/error_messages.cfg
index 7f02d84..90b4220 100644
--- a/share/templates/en_US/error_messages.cfg
+++ b/share/templates/en_US/error_messages.cfg
@@ -2023,8 +2023,8 @@ verbose <<.EOF.
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.