summaryrefslogtreecommitdiffstats
path: root/htdocs/docs
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
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')
-rwxr-xr-xhtdocs/docs/errors.html10
-rwxr-xr-xhtdocs/docs/install.html8
2 files changed, 9 insertions, 9 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>
diff --git a/htdocs/docs/install.html b/htdocs/docs/install.html
index be26da2..f7a662d 100755
--- a/htdocs/docs/install.html
+++ b/htdocs/docs/install.html
@@ -1,5 +1,5 @@
-<!--#set var="revision" value="\$Id: install.html,v 1.14 2005-08-08 15:11:37 ville Exp $"
---><!--#set var="date" value="\$Date: 2005-08-08 15:11:37 $"
+<!--#set var="revision" value="\$Id: install.html,v 1.15 2005-10-20 06:46:50 ot Exp $"
+--><!--#set var="date" value="\$Date: 2005-10-20 06:46:50 $"
--><!--#set var="title" value="Installation Documentation for The W3C Markup Validation Service"
--><!--#set var="relroot" value="../"
--><!--#include virtual="../header.html" -->
@@ -94,7 +94,7 @@
title="Comprehensive Perl Archive Network">CPAN</acronym></a>
(minimum versions in parenthesis after the name). The following
list was complete when CVS spit out:
- <code>$Date: 2005-08-08 15:11:37 $</code>. <tt>:-)</tt>
+ <code>$Date: 2005-10-20 06:46:50 $</code>. <tt>:-)</tt>
</p>
<p>
One easy - and strongly recommended - way to take care of all these
@@ -350,7 +350,7 @@
<div id="credits" class="stb">
<h3>Credits and Acknowledgments</h3>
<p>The Validator Team wishes to thank Nick Talbott and Stephen Yoch for their help
-in creating the following installation instructions. Thanks also to all the people who
+in creating these installation instructions. Thanks also to all the people who
use and review the guide to make it better and better!</p>
</div>