- From: Terje Bless <link@hutz.w3.org>
- Date: Wed, 19 May 2004 04:41:11 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/config In directory hutz:/tmp/cvs-serv15664 Modified Files: Tag: validator-0_6_0-branch verbosemsg.cfg Log Message: Tweak wording in explanation for Error #65. Index: verbosemsg.cfg =================================================================== RCS file: /sources/public/validator/htdocs/config/Attic/verbosemsg.cfg,v retrieving revision 1.1.2.9 retrieving revision 1.1.2.10 diff -u -d -r1.1.2.9 -r1.1.2.10 --- verbosemsg.cfg 19 May 2004 04:26:33 -0000 1.1.2.9 +++ verbosemsg.cfg 19 May 2004 04:41:09 -0000 1.1.2.10 @@ -249,9 +249,10 @@ <div class="ve mid-65"> <p> The mentioned element is not allowed to appear in the context in which - you've placed it; the other mentioned elements are the only ones that are - allowed there. This might mean that you need a containing element, or - possibly that you've forgotten to close a previous element. + you've placed it; the other mentioned elements are the only ones that + are both allowed there <em>and</em> can contain the element menetioned. + This might mean that you need a containing element, or possibly that + you've forgotten to close a previous element. </p> <p> One possible cause for this message is that you have attempted to put a
Received on Wednesday, 19 May 2004 00:43:30 UTC