summaryrefslogtreecommitdiffstats
path: root/htdocs/docs/errors.html
diff options
context:
space:
mode:
authorville <ville@localhost>2007-10-21 19:26:42 +0000
committerville <ville@localhost>2007-10-21 19:26:42 +0000
commit81ebdbe9abbb91ae0262119072c730dcf3325e05 (patch)
tree8c4419f8619b76d11b4d873892eff58d23e59618 /htdocs/docs/errors.html
parentbafdb47e370070d03e0f0be54cd7a97ad66c1720 (diff)
downloadmarkup-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-xhtdocs/docs/errors.html8
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 &lt;FOO /&gt; 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 &lt;FOO (with an implied '&gt;'). 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>