- From: Mercurial notifier <nobody@w3.org>
- Date: Thu, 05 Aug 2010 14:46:58 +0000
- To: link-checker updates <www-validator-cvs@w3.org>
changeset: 75:99749ec76f6e user: ot date: Mon May 31 21:40:47 2004 +0000 files: bin/checklink description: fixing some silliness in my recent patches - thanks Ville for the catch diff -r 643b02d06b94 -r 99749ec76f6e bin/checklink --- a/bin/checklink Mon May 31 07:04:53 2004 +0000 +++ b/bin/checklink Mon May 31 21:40:47 2004 +0000 @@ -5,7 +5,7 @@ # (c) 1999-2004 World Wide Web Consortium # based on Renaud Bruyeron's checklink.pl # -# $Id: checklink,v 3.45 2004-05-31 05:54:39 ot Exp $ +# $Id: checklink,v 3.46 2004-05-31 21:40:47 ot Exp $ # # This program is licensed under the W3C(r) Software License: # http://www.w3.org/Consortium/Legal/copyright-software @@ -112,7 +112,7 @@ $PACKAGE = 'W3C Link Checker'; $PROGRAM = 'W3C-checklink'; $VERSION = '3.9.3-dev'; - my ($cvsver) = q$Revision: 3.45 $ =~ /(\d+[\d\.]*\.\d+)/; + my ($cvsver) = q$Revision: 3.46 $ =~ /(\d+[\d\.]*\.\d+)/; $REVISION = sprintf('version %s [%s] (c) 1999-2004 W3C', $VERSION, $cvsver); $AGENT = sprintf('%s/%s [%s] %s', @@ -2038,7 +2038,7 @@ sub html_footer () { printf("<p>%s</p>\n", &global_stats()) if ($doc_count > 0 && !$Opts{Quiet}); - printf(<<'EOF', $PACKAGE, $REVISION, &encode); + printf(<<'EOF', $PACKAGE, $REVISION); <div> <address> %s<br> %s
Received on Thursday, 5 August 2010 14:47:14 UTC