diff options
author | ville <ville@localhost> | 2009-06-04 15:45:14 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2009-06-04 15:45:14 +0000 |
commit | b819f6ae409932d9c22d11c82209a4f071049f8b (patch) | |
tree | e2c213f4561253d21c5cdacc59b66d3411e1f9a9 | |
parent | 4929fb0d7ac1f92dfed5b43880e920d8084c12c8 (diff) | |
download | markup-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.cfg | 4 |
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><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. |