diff options
-rwxr-xr-x | httpd/cgi-bin/checklink.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/httpd/cgi-bin/checklink.pl b/httpd/cgi-bin/checklink.pl index 864b1c7..799cd1e 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.79 2001-04-04 19:16:23 hugo Exp $ +# $Id: checklink.pl,v 2.80 2001-04-04 19:18:52 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.79 $ . '(c) 1999-2001 W3C'; +my $VERSION = q$Revision: 2.80 $ . '(c) 1999-2001 W3C'; my $REVISION; ($REVISION = $VERSION) =~ s/Revision: (\d+\.\d+) .*/$1/; # Different options specified by the user @@ -375,7 +375,7 @@ sub check_uri() { if ($_html) { print("</h2>\n"); if (! $_summary) { - printf("</h2>\n<p>Go to <a href='#%s'>the results</a>.</p>\n", + printf("<p>Go to <a href='#%s'>the results</a>.</p>\n", $result_anchor); printf("<p>Check also: <a href=\"http://validator.w3.org/check?uri=%s\">HTML Validity</a> & |