diff options
author | ville <ville@localhost> | 2010-02-22 17:30:31 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2010-02-22 17:30:31 +0000 |
commit | 484e6dbbcbe42f7db2d939a207ef07237ece6464 (patch) | |
tree | 38547358fd35c9180ea155a100b590b1a8ba03ec | |
parent | 721247413ecde16480437d32e55896d7413621b7 (diff) | |
download | markup-validator-484e6dbbcbe42f7db2d939a207ef07237ece6464.zip markup-validator-484e6dbbcbe42f7db2d939a207ef07237ece6464.tar.gz markup-validator-484e6dbbcbe42f7db2d939a207ef07237ece6464.tar.bz2 |
Rephrase sentence about list items, thanks to Sean Fraser.
-rw-r--r-- | share/templates/en_US/error_messages.cfg | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/share/templates/en_US/error_messages.cfg b/share/templates/en_US/error_messages.cfg index 90b4220..cf8f25b 100644 --- a/share/templates/en_US/error_messages.cfg +++ b/share/templates/en_US/error_messages.cfg @@ -393,9 +393,10 @@ <p> 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, in HTML the <head> element - must contain a <title> child element, lists (ul, ol, dl) require list items (li, - or dt, dd), and so on. + is "not finished", not complete. For instance, in HTML the <head> + element must contain a <title> child element, lists require + appropriate list items (<ul> and <ol> require <li>; + <dl> requires <dt> and <dd>), and so on. </p> </div> .EOF. |