diff options
Diffstat (limited to 'htdocs/docs/errors.html')
-rwxr-xr-x | htdocs/docs/errors.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/htdocs/docs/errors.html b/htdocs/docs/errors.html index a77dc20..0cbc646 100755 --- a/htdocs/docs/errors.html +++ b/htdocs/docs/errors.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: errors.html,v 1.35 2005-07-26 23:15:04 ot Exp $" ---><!--#set var="date" value="\$Date: 2005-07-26 23:15:04 $" +<!--#set var="revision" value="\$Id: errors.html,v 1.36 2005-10-20 06:46:50 ot Exp $" +--><!--#set var="date" value="\$Date: 2005-10-20 06:46:50 $" --><!--#set var="title" value="Error Explanations for The W3C Markup Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> @@ -37,7 +37,7 @@ <dt id="ve-28">28: unterminated comment: found end of entity inside comment</dt> <dd><div class="ve mid-28"> <p> - Check that you are using a proper syntax for you comments, e.g: <!-- comment here -->. + Check that you are using a proper syntax for your comments, e.g: <!-- comment here -->. This error may appear if you forget the last "--" to close one comment, therefore including the rest of the content in your comment. </p> @@ -63,7 +63,7 @@ <dt id="ve-42">42: unknown declaration type X</dt> <dd><div class="ve mid-42"> <p> - This error may appear if you are using a bad syntax for you comments, such as "<!invalid comment>" + This error may appear if you are using a bad syntax for your comments, such as "<!invalid comment>" The proper syntax for comments is <!-- your comment here -->. </p> </div> @@ -515,7 +515,7 @@ <dt id="ve-137">137: invalid comment declaration: found character X outside comment but inside comment declaration</dt> <dd><div class="ve mid-137"> <p> - Check that you are using a proper syntax for you comments, e.g: <!-- comment here -->. + Check that you are using a proper syntax for your comments, e.g: <!-- comment here -->. This error may appear if you forget the last "--" to close one comment, and later open another. </p> </div> |