diff options
author | ville <ville@localhost> | 2007-10-21 19:26:42 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2007-10-21 19:26:42 +0000 |
commit | 81ebdbe9abbb91ae0262119072c730dcf3325e05 (patch) | |
tree | 8c4419f8619b76d11b4d873892eff58d23e59618 /htdocs/docs/errors.html | |
parent | bafdb47e370070d03e0f0be54cd7a97ad66c1720 (diff) | |
download | markup-validator-81ebdbe9abbb91ae0262119072c730dcf3325e05.zip markup-validator-81ebdbe9abbb91ae0262119072c730dcf3325e05.tar.gz markup-validator-81ebdbe9abbb91ae0262119072c730dcf3325e05.tar.bz2 |
s/HMTL/HTML/, thanks to Phillip Conrad
Diffstat (limited to 'htdocs/docs/errors.html')
-rwxr-xr-x | htdocs/docs/errors.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/htdocs/docs/errors.html b/htdocs/docs/errors.html index 4ffa1e3..5631b9f 100755 --- a/htdocs/docs/errors.html +++ b/htdocs/docs/errors.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: errors.html,v 1.43 2007-10-10 07:07:54 ot Exp $" ---><!--#set var="date" value="\$Date: 2007-10-10 07:07:54 $" +<!--#set var="revision" value="\$Id: errors.html,v 1.44 2007-10-21 19:26:41 ville Exp $" +--><!--#set var="date" value="\$Date: 2007-10-21 19:26:41 $" --><!--#set var="title" value="Error Explanations for The W3C Markup Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> @@ -640,9 +640,9 @@ <dd><div class="ve mid-247"> <p> The sequence <FOO /> can be interpreted in at least two different ways, - depending on the DOCTYPE of the document. For HMTL 4.01 Strict, the '/' + depending on the DOCTYPE of the document. For HTML 4.01 Strict, the '/' terminates the tag <FOO (with an implied '>'). However, since many - browsers don't interpret it this way, even in the presence of an HMTL 4.01 Strict + browsers don't interpret it this way, even in the presence of an HTML 4.01 Strict DOCTYPE, it is best to avoid it completely in pure HTML documents and reserve its use solely for those written in XHTML. </p> |