summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhugo <hugo@localhost>2001-01-22 16:00:06 +0000
committerhugo <hugo@localhost>2001-01-22 16:00:06 +0000
commitfd0771cb2d8f6ba68e410bd1a66c38e8471a5363 (patch)
tree1e03eac90394937fb2f2f0a8635cf62f1176e5f6
parent2e8ce7d72753469c81b2cf6cfb56f68a675a2f25 (diff)
downloadmarkup-validator-fd0771cb2d8f6ba68e410bd1a66c38e8471a5363.zip
markup-validator-fd0771cb2d8f6ba68e410bd1a66c38e8471a5363.tar.gz
markup-validator-fd0771cb2d8f6ba68e410bd1a66c38e8471a5363.tar.bz2
Fixed typo
-rwxr-xr-xhttpd/cgi-bin/checklink.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/httpd/cgi-bin/checklink.pl b/httpd/cgi-bin/checklink.pl
index de87d39..143e369 100755
--- a/httpd/cgi-bin/checklink.pl
+++ b/httpd/cgi-bin/checklink.pl
@@ -5,7 +5,7 @@
# (c) 1999-2001 World Wide Web Consortium
# based on Renaud Bruyeron's checklink.pl
#
-# $Id: checklink.pl,v 2.72 2001-01-22 15:58:28 hugo Exp $
+# $Id: checklink.pl,v 2.73 2001-01-22 16:00:06 hugo Exp $
#
# This program is licensed under the W3C(r) License:
# http://www.w3.org/Consortium/Legal/copyright-software
@@ -38,7 +38,7 @@ $| = 1;
# Version info
my $PROGRAM = 'W3C checklink';
-my $VERSION = q$Revision: 2.72 $ . '(c) 1999-2001 W3C';
+my $VERSION = q$Revision: 2.73 $ . '(c) 1999-2001 W3C';
my $REVISION; ($REVISION = $VERSION) =~ s/Revision: (\d+\.\d+) .*/$1/;
# Different options specified by the user
@@ -1724,7 +1724,7 @@ sub html_footer() {
<hr>
<address>
$PROGRAM $VERSION<br>
-Written by <a href=\"http://www.w3.org/People/Hugo/\">Hugo Haas</a>. Please send bug reports and comments to <a href=\"mailto:$_contact_address\">www-validator mailing list</a> (<a href=\"http://lists.w3.org/Archives/Public/www-validator/\">archives</a>).<br>
+Written by <a href=\"http://www.w3.org/People/Hugo/\">Hugo Haas</a>. Please send bug reports and comments to the <a href=\"mailto:$_contact_address\">www-validator mailing list</a> (<a href=\"http://lists.w3.org/Archives/Public/www-validator/\">archives</a>).<br>
Check out the <a href=\"http://www.w3.org/2000/07/checklink\">documentation</a>. Download the <a href=\"http://dev.w3.org/cvsweb/~checkout~/validator/httpd/cgi-bin/checklink.pl?rev=".$REVISION."&amp;content-type=text/plain\">source code</a> from the <a href=\"http://dev.w3.org/cvsweb/validator/httpd/cgi-bin/checklink.pl\">CVS log</a>.
</address>
</body>