diff options
-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. |