diff options
-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. |