diff options
author | link <link@localhost> | 2001-07-31 19:30:47 +0000 |
---|---|---|
committer | link <link@localhost> | 2001-07-31 19:30:47 +0000 |
commit | 02940ffa0e13a6e4e09e3d182920c649afbf0d2a (patch) | |
tree | 7f786c2834a235e2db7f0cc05442deef5b8598b4 /htdocs/docs/sgml.html | |
parent | 734d91706346cbcb889827a4eb59762383637c91 (diff) | |
download | markup-validator-02940ffa0e13a6e4e09e3d182920c649afbf0d2a.zip markup-validator-02940ffa0e13a6e4e09e3d182920c649afbf0d2a.tar.gz markup-validator-02940ffa0e13a6e4e09e3d182920c649afbf0d2a.tar.bz2 |
Fix stray "</a>" reported by Kevin Smith <k.smith@tatnet.com>.
Diffstat (limited to 'htdocs/docs/sgml.html')
-rwxr-xr-x | htdocs/docs/sgml.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/htdocs/docs/sgml.html b/htdocs/docs/sgml.html index 5469aa6..1aa89f5 100755 --- a/htdocs/docs/sgml.html +++ b/htdocs/docs/sgml.html @@ -8,8 +8,8 @@ <link rel="stylesheet" type="text/css" href="/base.css" /> <meta name="keywords" content="HTML, Hypertext Markup Language, Validation, W3C HTML Validation Service" /> <meta name="description" content="W3C's easy-to-use HTML validation service, based on an SGML parser." /> - <meta name="revision" content="$Id: sgml.html,v 1.4 2001-06-20 20:35:18 gerald Exp $" /> - <meta name="modified" content="$Date: 2001-06-20 20:35:18 $" /> + <meta name="revision" content="$Id: sgml.html,v 1.5 2001-07-31 19:30:47 link Exp $" /> + <meta name="modified" content="$Date: 2001-07-31 19:30:47 $" /> </head> <body bgcolor="#FFFFFF" text="#000000" link="#0000ee" vlink="#551a8b"> @@ -106,7 +106,7 @@ </dl> <p>Note that the string must appear exactly as shown, including case.</p> <p class="warning"> - <strong>WARNING:</strong></a> Some HTML editors will insert a + <strong>WARNING:</strong> Some HTML editors will insert a <code>DOCTYPE</code> declaration for you. Unfortunately, this pre-inserted <code>DOCTYPE</code> will sometimes confuse The Validator. This usually occurs when the inserted @@ -123,7 +123,7 @@ src="http://validator.w3.org/images/vxhtml10" height="31" width="88" align="right" border="0" alt="Valid XHTML 1.0!" /></a> <a href="/feedback.html">Webmaster</a><br /> - $Date: 2001-06-20 20:35:18 $ + $Date: 2001-07-31 19:30:47 $ </address> </body> |