summaryrefslogtreecommitdiffstats
path: root/htdocs/docs/errors.html
diff options
context:
space:
mode:
authorot <ot@localhost>2005-10-20 06:48:53 +0000
committerot <ot@localhost>2005-10-20 06:48:53 +0000
commit25cb31c4dfc787cc7f00393a0bd1073b8c7ca6fe (patch)
tree9a30af290ba81f3854a9877851f0e44f116ace59 /htdocs/docs/errors.html
parent066292f4256c2ebc75169b7d0fde4041b75a3aff (diff)
downloadmarkup-validator-25cb31c4dfc787cc7f00393a0bd1073b8c7ca6fe.zip
markup-validator-25cb31c4dfc787cc7f00393a0bd1073b8c7ca6fe.tar.gz
markup-validator-25cb31c4dfc787cc7f00393a0bd1073b8c7ca6fe.tar.bz2
merging from 0.7 branch into trunk at tag validator-0_7_1-release
Diffstat (limited to 'htdocs/docs/errors.html')
-rwxr-xr-xhtdocs/docs/errors.html10
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: &lt;!-- comment here --&gt;.
+ Check that you are using a proper syntax for your comments, e.g: &lt;!-- comment here --&gt;.
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 "&lt;!invalid comment&gt;"
+ This error may appear if you are using a bad syntax for your comments, such as "&lt;!invalid comment&gt;"
The proper syntax for comments is &lt;!-- your comment here --&gt;.
</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: &lt;!-- comment here --&gt;.
+ Check that you are using a proper syntax for your comments, e.g: &lt;!-- comment here --&gt;.
This error may appear if you forget the last "--" to close one comment, and later open another.
</p>
</div>