diff options
author | ville <ville@localhost> | 2002-10-27 08:26:40 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2002-10-27 08:26:40 +0000 |
commit | c20479cd77b336c6e3fa049d06874f6a2aa0e08b (patch) | |
tree | 0ad69d47b2471b2644cba0a2c30b10c579fb9020 /htdocs | |
parent | 3e9ea34fec237190f20fc968462c729f0156a159 (diff) | |
download | markup-validator-c20479cd77b336c6e3fa049d06874f6a2aa0e08b.zip markup-validator-c20479cd77b336c6e3fa049d06874f6a2aa0e08b.tar.gz markup-validator-c20479cd77b336c6e3fa049d06874f6a2aa0e08b.tar.bz2 |
Duh, missing ).
Diffstat (limited to 'htdocs')
-rwxr-xr-x | htdocs/docs/checklink.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/htdocs/docs/checklink.html b/htdocs/docs/checklink.html index 78634d0..8f2b695 100755 --- a/htdocs/docs/checklink.html +++ b/htdocs/docs/checklink.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: checklink.html,v 1.3 2002-10-27 08:26:09 ville Exp $" ---><!--#set var="date" value="\$Date: 2002-10-27 08:26:09 $" +<!--#set var="revision" value="\$Id: checklink.html,v 1.4 2002-10-27 08:26:40 ville Exp $" +--><!--#set var="date" value="\$Date: 2002-10-27 08:26:40 $" --><!--#set var="title" value="W3C Link Checker documentation" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> @@ -152,7 +152,7 @@ these installed. For an introduction to installing Perl modules, see <a href="http://www.cpan.org/misc/cpan-faq.html#How_install_Perl_modules">The CPAN FAQ</a>. <ul> - <li><a href="http://search.cpan.org/dist/libwww-perl/">libwww-perl</a> (version 5.60 or newer if you want HTTP/1.1 with <code>Keep-Alive</code></li> + <li><a href="http://search.cpan.org/dist/libwww-perl/">libwww-perl</a> (version 5.60 or newer if you want HTTP/1.1 with <code>Keep-Alive</code>)</li> <li><a href="http://search.cpan.org/dist/HTML-Parser/">HTML-Parser</a> (version 3.00 or newer)</li> <li><a href="http://search.cpan.org/dist/CGI.pm/">CGI.pm</a></li> <li><a href="http://search.cpan.org/dist/URI/">URI</a></li> |