summaryrefslogtreecommitdiffstats
path: root/htdocs/docs/help.html
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/docs/help.html')
-rwxr-xr-xhtdocs/docs/help.html11
1 files changed, 6 insertions, 5 deletions
diff --git a/htdocs/docs/help.html b/htdocs/docs/help.html
index 45da9f5..681d6bf 100755
--- a/htdocs/docs/help.html
+++ b/htdocs/docs/help.html
@@ -1,9 +1,10 @@
-<!--#set var="revision" value="\$Id: help.html,v 1.5 2002-02-11 22:09:10 link Exp $"
---><!--#set var="date" value="\$Date: 2002-02-11 22:09:10 $"
+<!--#set var="revision" value="\$Id: help.html,v 1.6 2002-08-20 01:51:24 link Exp $"
+--><!--#set var="date" value="\$Date: 2002-08-20 01:51:24 $"
--><!--#set var="title" value="Help for The W3C HTML Validation Service"
---><!--#include virtual="/header.html" -->
+--><!--#set var="relroot" value="../"
+--><!--#include virtual="../header.html" -->
- <div>
+ <div id="skip">
<h2 id="what-is-it">What does The Validator do?</h2>
The Validator is sort of like <code>lint</code> for C. It compares
your HTML document to the defined syntax of HTML and reports any
@@ -72,6 +73,6 @@
</p>
</div>
-<!--#include virtual="/footer.html" -->
+<!--#include virtual="../footer.html" -->
</body>
</html>