- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 20 Oct 2005 06:46:52 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/docs
In directory hutz:/tmp/cvs-serv9178/docs
Modified Files:
errors.html install.html
Log Message:
merging from 0.7 branch into trunk at tag validator-0_7_1-release
Index: errors.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/errors.html,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- errors.html 26 Jul 2005 23:15:04 -0000 1.35
+++ errors.html 20 Oct 2005 06:46:50 -0000 1.36
@@ -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>
Index: install.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/install.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- install.html 8 Aug 2005 15:11:37 -0000 1.14
+++ install.html 20 Oct 2005 06:46:50 -0000 1.15
@@ -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>
Received on Thursday, 20 October 2005 06:47:01 UTC