- From: Mercurial notifier <nobody@w3.org>
- Date: Thu, 05 Aug 2010 14:46:56 +0000
- To: link-checker updates <www-validator-cvs@w3.org>
changeset: 52:a1ecac030c90
user: ville
date: Sat Apr 10 19:01:26 2004 +0000
files: bin/checklink
description:
Eliminate a couple of recently introduced printf() warnings.
diff -r 997a07a4b06f -r a1ecac030c90 bin/checklink
--- a/bin/checklink Sat Apr 10 17:00:56 2004 +0000
+++ b/bin/checklink Sat Apr 10 19:01:26 2004 +0000
@@ -5,7 +5,7 @@
# (c) 1999-2004 World Wide Web Consortium
# based on Renaud Bruyeron's checklink.pl
#
-# $Id: checklink,v 3.27 2004-04-10 14:07:13 ville Exp $
+# $Id: checklink,v 3.28 2004-04-10 19:01:26 ville 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.27 $ =~ /(\d+[\d\.]*\.\d+)/;
+ my ($cvsver) = q$Revision: 3.28 $ =~ /(\d+[\d\.]*\.\d+)/;
$REVISION = sprintf('version %s [%s] (c) 1999-2004 W3C',
$VERSION, $cvsver);
$AGENT = sprintf('%s/%s [%s] %s',
@@ -2079,7 +2079,7 @@
%s %s,
by <a href="http://www.w3.org/People/Hugo/">Hugo Haas</a> and others.<br>
Please send bug reports, suggestions and comments to the
-<a href="mailto:www-validator@w3.org?subject=checklink%3A%20">www-validator
+<a href="mailto:www-validator@w3.org?subject=checklink%%3A%%20">www-validator
mailing list</a>
(<a href="http://lists.w3.org/Archives/Public/www-validator/">archives</a>).
<br>
Received on Thursday, 5 August 2010 14:47:09 UTC