diff options
author | link <link@localhost> | 2002-02-11 22:09:10 +0000 |
---|---|---|
committer | link <link@localhost> | 2002-02-11 22:09:10 +0000 |
commit | 3db79ae328173dc4a513b13c0761f33798d8d9fc (patch) | |
tree | 3e50945632d7d7fe5415a8dabffaed9f5cecd1d0 /htdocs/docs/devel.html | |
parent | 2553f307a7b711ab85ab07ce1570928e2c8b324f (diff) | |
download | markup-validator-3db79ae328173dc4a513b13c0761f33798d8d9fc.zip markup-validator-3db79ae328173dc4a513b13c0761f33798d8d9fc.tar.gz markup-validator-3db79ae328173dc4a513b13c0761f33798d8d9fc.tar.bz2 |
Work around those annoying blank lines left by Apache SSI.
Diffstat (limited to 'htdocs/docs/devel.html')
-rwxr-xr-x | htdocs/docs/devel.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/htdocs/docs/devel.html b/htdocs/docs/devel.html index a48363c..b28c1f7 100755 --- a/htdocs/docs/devel.html +++ b/htdocs/docs/devel.html @@ -1,7 +1,7 @@ -<!--#set var="revision" value="\$Id: devel.html,v 1.4 2001-09-24 10:05:41 link Exp $" --> -<!--#set var="date" value="\$Date: 2001-09-24 10:05:41 $" --> -<!--#set var="title" value="Developer Documentation for The W3C HTML Validation Service" --> -<!--#include virtual="/header.html" --> +<!--#set var="revision" value="\$Id: devel.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="title" value="Developer Documentation for The W3C HTML Validation Service" +--><!--#include virtual="/header.html" --> <p> The W3C HTML Validation Service consists of an SGML Parser, an SGML @@ -39,7 +39,7 @@ for the "check" CGI script. There is a bunch of lines that of the form "use Foo::Bar" where each "Foo::Bar" represents a module. Most modules can be found on <a href="http://www.cpan.org/">CPAN</a>. The following - list was complete when CVS spit out: <code>$Date: 2001-09-24 10:05:41 $</code>. <tt>:-)</tt> + list was complete when CVS spit out: <code>$Date: 2002-02-11 22:09:10 $</code>. <tt>:-)</tt> </p> <dl> <dt><code>LWP::UserAgent</code></dt> |