summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorot <ot@localhost>2005-04-08 03:17:13 +0000
committerot <ot@localhost>2005-04-08 03:17:13 +0000
commit99409b636aa63ee6caa099eca9c81ffd4d384d47 (patch)
tree7d0f6e375e88b761e9bc27adf879f23f4e3bd374
parent8b65d8580849182195011f1ade81e83922df7aa3 (diff)
downloadmarkup-validator-99409b636aa63ee6caa099eca9c81ffd4d384d47.zip
markup-validator-99409b636aa63ee6caa099eca9c81ffd4d384d47.tar.gz
markup-validator-99409b636aa63ee6caa099eca9c81ffd4d384d47.tar.bz2
since no title in head appears to be a favorite among fans of error 75...
-rw-r--r--share/templates/en_US/error_messages.cfg8
1 files changed, 5 insertions, 3 deletions
diff --git a/share/templates/en_US/error_messages.cfg b/share/templates/en_US/error_messages.cfg
index e3e2a0e..c152218 100644
--- a/share/templates/en_US/error_messages.cfg
+++ b/share/templates/en_US/error_messages.cfg
@@ -362,9 +362,11 @@
&lt;p&gt;&lt;em&gt;...&lt;/em&gt;&lt;/p&gt;
</p>
<p>
- Another possibility is that you used an element (e.g. 'ul') which requires
- a child element (e.g. 'li') that you did not include. Hence the parent element
- is "not finished", not complete.
+ Another possibility is that you used an element which requires
+ a child element that you did not include. Hence the parent element
+ is "not finished", not complete. For instance, &lt;head&gt; generally
+ requires a &lt;title&gt;, lists (ul, ol, dl) require list items (li,
+ or dt, dd), and so on.
</p>
</div>
.EOF.