diff options
author | ot <ot@localhost> | 2005-06-20 03:01:47 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2005-06-20 03:01:47 +0000 |
commit | 28c2276d5f60c500436c7faf6109cd4accde94d4 (patch) | |
tree | 5c3c88d2570524b294ad751fe8b005ba82150947 | |
parent | 609b2846fbd8f304fbf1d3ece79eb0349cb55c20 (diff) | |
download | markup-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.cfg | 8 |
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 '.../ >'. + The proper syntax is '... />' (not the position of the space). + </p> + </div> +.EOF. </msg> <msg 408> original = "entity end in different element from entity reference" |