diff options
-rw-r--r-- | share/templates/en_US/error_messages.cfg | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/share/templates/en_US/error_messages.cfg b/share/templates/en_US/error_messages.cfg index ca81266..f32a911 100644 --- a/share/templates/en_US/error_messages.cfg +++ b/share/templates/en_US/error_messages.cfg @@ -248,8 +248,12 @@ <li>forgetting to quote an attribute value (where characters such as "%" and "/" are common, but cannot appear without surrounding quotes), or</li> - <li>using XHTML-style closing tags (such as <meta ... />) in HTML 4.01 or - earlier. (Fix: remove the extra / character)</li> + <li>using XHTML-style self-closing tags (such as <meta ... />) + in HTML 4.01 or earlier. To fix, remove the extra slash ('/') + character. For more information about the reasons for this, see + <a href="http://www.cs.tut.fi/~jkorpela/html/empty.html">Empty + elements in SGML, HTML, XML, and XHTML</a>. + </li> </ul> </div> .EOF. |