summaryrefslogtreecommitdiffstats
path: root/htdocs/docs
diff options
context:
space:
mode:
authorot <ot@localhost>2006-03-31 05:51:50 +0000
committerot <ot@localhost>2006-03-31 05:51:50 +0000
commit9b962b8ae7d461c8e7055b5c6e1b8ff3faa43d4e (patch)
tree94581f689f9a47e2ec94bb3be1b1df7cf8e2a2cb /htdocs/docs
parentc08423d66d5ff233fe7a9fdb4e8a3d915b7385ba (diff)
downloadmarkup-validator-9b962b8ae7d461c8e7055b5c6e1b8ff3faa43d4e.zip
markup-validator-9b962b8ae7d461c8e7055b5c6e1b8ff3faa43d4e.tar.gz
markup-validator-9b962b8ae7d461c8e7055b5c6e1b8ff3faa43d4e.tar.bz2
merging from 0.7 branch into trunk at tag validator-0_7_2-release
Diffstat (limited to 'htdocs/docs')
-rwxr-xr-xhtdocs/docs/users.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/htdocs/docs/users.html b/htdocs/docs/users.html
index 3e80b32..eba24f1 100755
--- a/htdocs/docs/users.html
+++ b/htdocs/docs/users.html
@@ -1,5 +1,5 @@
-<!--#set var="revision" value="\$Id: users.html,v 1.22 2005-07-29 06:23:06 ot Exp $"
---><!--#set var="date" value="\$Date: 2005-07-29 06:23:06 $"
+<!--#set var="revision" value="\$Id: users.html,v 1.23 2006-03-31 05:48:02 ot Exp $"
+--><!--#set var="date" value="\$Date: 2006-03-31 05:48:02 $"
--><!--#set var="title" value="User Documentation for The W3C Markup Validation Service"
--><!--#set var="relroot" value="../"
--><!--#include virtual="../header.html" -->
@@ -102,7 +102,7 @@
<p>This allows you to <strong>override</strong> the DOCTYPE declaration for you
document. You may use this option for test
purposes, but you will eventually have to serve your document with the
- correct character encoding, or the validator will <a href="help#faq-doctype">complain</a>
+ correct DOCTYPE declaration, or the validator will <a href="help#faq-doctype">complain</a>
about it and you document will not be valid.</p>
</dd>
<dt><a id="option-fbd" name="option-fbd"></a>Use Fallback instead of Override (Type) (<code>fbd</code>)</dt>
@@ -201,7 +201,7 @@
In spite of our efforts, interpreting the Markup Validator's error messages
isn't quite what you'd call easy. The error messages are generated in the
context of a full SGML environment which demands a somewhat higher level
- of technical detail then your average HTML document. We have set up a page
+ of technical detail than your average HTML document. We have set up a page
listing <a href="errors.html">errors and their explanation</a>, which should
help you find out what meaning lies behind the cryptic messages, and fix
your markup.