- From: Olivier Thereaux <ot@dev.w3.org>
- Date: Mon, 31 May 2004 21:40:49 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/LinkChecker/bin
In directory hutz:/tmp/cvs-serv1366
Modified Files:
checklink
Log Message:
fixing some silliness in my recent patches - thanks Ville for the catch
Index: checklink
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/bin/checklink,v
retrieving revision 3.45
retrieving revision 3.46
diff -u -d -r3.45 -r3.46
--- checklink 31 May 2004 05:54:39 -0000 3.45
+++ checklink 31 May 2004 21:40:47 -0000 3.46
@@ -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 Monday, 31 May 2004 17:40:50 UTC