- From: Mercurial notifier <nobody@w3.org>
- Date: Thu, 05 Aug 2010 14:47:17 +0000
- To: link-checker updates <www-validator-cvs@w3.org>
changeset: 267:25c74bcaadc2 user: ville date: Sat Jan 10 21:25:08 2009 +0000 files: bin/checklink description: Remove (apparently harmless) stray comma. diff -r 4a386febf7ed -r 25c74bcaadc2 bin/checklink --- a/bin/checklink Thu Jan 08 21:44:45 2009 +0000 +++ b/bin/checklink Sat Jan 10 21:25:08 2009 +0000 @@ -5,7 +5,7 @@ # (c) 1999-2009 World Wide Web Consortium # based on Renaud Bruyeron's checklink.pl # -# $Id: checklink,v 4.133 2009-01-08 21:44:45 ot Exp $ +# $Id: checklink,v 4.134 2009-01-10 21:25:08 ville Exp $ # # This program is licensed under the W3C(r) Software License: # http://www.w3.org/Consortium/Legal/copyright-software @@ -260,7 +260,7 @@ $PROGRAM = 'W3C-checklink'; $VERSION = '4.4'; $REVISION = sprintf('version %s (c) 1999-2009 W3C', $VERSION); - my ($cvsver) = q$Revision: 4.133 $ =~ /(\d+[\d\.]*\.\d+)/; + my ($cvsver) = q$Revision: 4.134 $ =~ /(\d+[\d\.]*\.\d+)/; $AGENT = sprintf('%s/%s [%s] %s', $PROGRAM, $VERSION, $cvsver, (W3C::UserAgent::USE_ROBOT_UA @@ -924,8 +924,7 @@ &encode($Opts{_Self_URI})); printf ('<h3 class="status_progress" id="status_progress%s">Status: <span></span></h3>', $result_anchor); - printf("<pre class=\"progress\" id=\"pre_progress%s\">\n", , $result_anchor); - + printf("<pre class=\"progress\" id=\"pre_progress%s\">\n", $result_anchor); } }
Received on Thursday, 5 August 2010 14:47:37 UTC