- From: Mercurial notifier <nobody@w3.org>
- Date: Thu, 05 Aug 2010 14:47:07 +0000
- To: link-checker updates <www-validator-cvs@w3.org>
changeset: 159:30c8cd866e39
user: ville
date: Fri Mar 30 19:42:09 2007 +0000
files: bin/checklink
description:
The dupe/empty anchor table lists one anchor per table row; adjust heading accordingly.
diff -r 0e729193f9b4 -r 30c8cd866e39 bin/checklink
--- a/bin/checklink Tue Mar 20 21:16:23 2007 +0000
+++ b/bin/checklink Fri Mar 30 19:42:09 2007 +0000
@@ -5,7 +5,7 @@
# (c) 1999-2006 World Wide Web Consortium
# based on Renaud Bruyeron's checklink.pl
#
-# $Id: checklink,v 4.47 2007-03-20 21:16:23 ville Exp $
+# $Id: checklink,v 4.48 2007-03-30 19:42:09 ville Exp $
#
# This program is licensed under the W3C(r) Software License:
# http://www.w3.org/Consortium/Legal/copyright-software
@@ -128,7 +128,7 @@
$PROGRAM = 'W3C-checklink';
$VERSION = '4.3';
$REVISION = sprintf('version %s (c) 1999-2007 W3C', $VERSION);
- my ($cvsver) = q$Revision: 4.47 $ =~ /(\d+[\d\.]*\.\d+)/;
+ my ($cvsver) = q$Revision: 4.48 $ =~ /(\d+[\d\.]*\.\d+)/;
$AGENT = sprintf('%s/%s [%s] %s',
$PROGRAM, $VERSION, $cvsver, LWP::RobotUA->_agent());
@@ -1628,7 +1628,7 @@
<table border="1" summary="List of duplicate and empty anchors.">
<thead>
<tr>
-<th>Anchors</th>
+<th>Anchor</th>
<th>Lines</th>
</tr>
</thead>
Received on Thursday, 5 August 2010 14:47:13 UTC