diff options
author | ot <ot@localhost> | 2005-04-08 03:17:13 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2005-04-08 03:17:13 +0000 |
commit | 99409b636aa63ee6caa099eca9c81ffd4d384d47 (patch) | |
tree | 7d0f6e375e88b761e9bc27adf879f23f4e3bd374 | |
parent | 8b65d8580849182195011f1ade81e83922df7aa3 (diff) | |
download | markup-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.cfg | 8 |
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 @@ <p><em>...</em></p> </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, <head> generally + requires a <title>, lists (ul, ol, dl) require list items (li, + or dt, dd), and so on. </p> </div> .EOF. |