validator/share/templates/en_US error_messages.cfg,1.10,1.11

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

Modified Files:
	error_messages.cfg 
Log Message:
de-gobbledygooking the explanation for net delimiters and net enabling start tags

Index: error_messages.cfg
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/error_messages.cfg,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- error_messages.cfg	8 Apr 2005 03:17:13 -0000	1.10
+++ error_messages.cfg	20 Jun 2005 03:01:47 -0000	1.11
@@ -1744,6 +1744,14 @@
 </msg>
 <msg 407>
   original = "NET-enabling start-tag not immediately followed by null end-tag"
+verbose <<.EOF.
+  <div class="ve mid-407">
+    <p>
+      This error may occur when there is a mistake in how a self-closing tag is closed, e.g '.../ &gt;'.
+      The proper syntax is '... /&gt;' (not the position of the space).
+    </p>
+  </div>
+.EOF.
 </msg>
 <msg 408>
   original = "entity end in different element from entity reference"

Received on Monday, 20 June 2005 03:01:52 UTC