validator/share/templates/en_US error_messages.cfg,1.17,1.18

Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv4481

Modified Files:
	error_messages.cfg 
Log Message:
adding explanation for xhtml-style error message in html

Index: error_messages.cfg
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/error_messages.cfg,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- error_messages.cfg	15 Nov 2006 08:02:46 -0000	1.17
+++ error_messages.cfg	7 Feb 2007 09:11:07 -0000	1.18
@@ -240,12 +240,17 @@
   <div class="ve mid-63">
     <p>
       You have used character data somewhere it is not permitted to appear.
-      Mistakes that can cause this error include putting text directly in the
-      body of the document without wrapping it in a container element (such as
-      a &lt;p&gt;aragraph&lt;/p&gt;) or forgetting to quote an attribute value
-      (where characters such as "%" and "/" are common, but cannot appear
-      without surrounding quotes).
+      Mistakes that can cause this error include:
     </p>
+    <ul>
+      <li>putting text directly in the body of the document without wrapping 
+      it in a container element (such as a &lt;p&gt;aragraph&lt;/p&gt;), or</li>
+      <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 &lt;meta ... /&gt;) in HTML 4.01 or 
+      earlier. (Fix: remove the extra / character)</li>
+    </ul> 
   </div>
 .EOF.
 </msg>

Received on Wednesday, 7 February 2007 09:11:18 UTC