- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 15 Oct 2006 18:25:53 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/LinkChecker/bin
In directory hutz:/tmp/cvs-serv27934/bin
Modified Files:
checklink
Log Message:
Avoid multiple "settings" IDs in HTML output.
Index: checklink
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/bin/checklink,v
retrieving revision 4.39
retrieving revision 4.40
diff -u -d -r4.39 -r4.40
--- checklink 15 Oct 2006 16:33:32 -0000 4.39
+++ checklink 15 Oct 2006 18:25:50 -0000 4.40
@@ -702,7 +702,7 @@
my $acclang = &encode($Opts{Accept_Language} || '(not sent)');
my $s = $Opts{Sleep_Time} == 1 ? '' : 's';
printf(<<'EOF', $accept, $acclang, $Opts{Sleep_Time}, $s);
-<div id="settings">
+<div class="settings">
Settings used:
<ul>
<li><tt><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.1">Accept</a></tt>: %s</li>
Received on Sunday, 15 October 2006 18:26:05 UTC