- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 11 Sep 2008 16:51:43 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/LinkChecker/bin In directory hutz:/tmp/cvs-serv2518 Modified Files: checklink Log Message: Drop duplicate "Processing..." header in non-summary-only HTML mode, thanks to Michael Ernst Index: checklink =================================================================== RCS file: /sources/public/perl/modules/W3C/LinkChecker/bin/checklink,v retrieving revision 4.114 retrieving revision 4.115 diff -u -d -r4.114 -r4.115 --- checklink 26 Aug 2008 18:55:00 -0000 4.114 +++ checklink 11 Sep 2008 16:51:41 -0000 4.115 @@ -866,14 +866,6 @@ $Opts{Exclude_Docs}) if defined($Opts{Exclude_Docs}); } - unless ($Opts{Quiet}) { - if ($Opts{HTML}) { - printf("<h2>Processing %s</h2>\n", &show_url($absolute_uri)); - } else { - print "\nProcessing\t$absolute_uri\n\n"; - } - } - if ($Opts{HTML}) { if (! $Opts{Summary_Only}) { my $accept = &encode($Accept);
Received on Thursday, 11 September 2008 16:52:20 UTC