summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorot <ot@localhost>2005-06-20 03:01:47 +0000
committerot <ot@localhost>2005-06-20 03:01:47 +0000
commit28c2276d5f60c500436c7faf6109cd4accde94d4 (patch)
tree5c3c88d2570524b294ad751fe8b005ba82150947
parent609b2846fbd8f304fbf1d3ece79eb0349cb55c20 (diff)
downloadmarkup-validator-28c2276d5f60c500436c7faf6109cd4accde94d4.zip
markup-validator-28c2276d5f60c500436c7faf6109cd4accde94d4.tar.gz
markup-validator-28c2276d5f60c500436c7faf6109cd4accde94d4.tar.bz2
de-gobbledygooking the explanation for net delimiters and net enabling start tags
-rw-r--r--share/templates/en_US/error_messages.cfg8
1 files changed, 8 insertions, 0 deletions
diff --git a/share/templates/en_US/error_messages.cfg b/share/templates/en_US/error_messages.cfg
index c152218..828d9ad 100644
--- a/share/templates/en_US/error_messages.cfg
+++ b/share/templates/en_US/error_messages.cfg
@@ -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"