summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhugo <hugo@localhost>2000-05-16 13:12:53 +0000
committerhugo <hugo@localhost>2000-05-16 13:12:53 +0000
commit3fb1506b065b011aa3130bdc3ad78cb33b60c8ac (patch)
tree21a3e7f11c8af5365d9fc28c4a393d1575408904
parentdd5ea28d44a658fb5204bbbc2f8ef3cca03a512a (diff)
downloadmarkup-validator-3fb1506b065b011aa3130bdc3ad78cb33b60c8ac.zip
markup-validator-3fb1506b065b011aa3130bdc3ad78cb33b60c8ac.tar.gz
markup-validator-3fb1506b065b011aa3130bdc3ad78cb33b60c8ac.tar.bz2
Fixed a display problem
-rwxr-xr-xhttpd/cgi-bin/checklink.pl8
1 files changed, 2 insertions, 6 deletions
diff --git a/httpd/cgi-bin/checklink.pl b/httpd/cgi-bin/checklink.pl
index c7f923f..521946f 100755
--- a/httpd/cgi-bin/checklink.pl
+++ b/httpd/cgi-bin/checklink.pl
@@ -5,7 +5,7 @@
# (c) 1999-2000 World Wide Web Consortium
# based on Renaud Bruyeron's checklink.pl
#
-# $Id: checklink.pl,v 2.50 2000-05-16 12:48:12 hugo Exp $
+# $Id: checklink.pl,v 2.51 2000-05-16 13:12:53 hugo Exp $
#
# This program is licensed under the W3C(r) License:
# http://www.w3.org/Consortium/Legal/copyright-software
@@ -31,7 +31,7 @@ $| = 1;
# Version info
my $PROGRAM = 'W3C checklink';
-my $VERSION = q$Revision: 2.50 $ . '(c) 1999-2000 W3C';
+my $VERSION = q$Revision: 2.51 $ . '(c) 1999-2000 W3C';
my $REVISION; ($REVISION = $VERSION) =~ s/Revision: (\d+\.\d+) .*/$1/;
# Different options specified by the user
@@ -134,10 +134,6 @@ if ($#ARGV >= 0) {
&check_uri($uri, 1);
}
-if ($_html) {
- &html_footer();
-}
-
###############################################################################
################################