- From: Mercurial notifier <nobody@w3.org>
- Date: Thu, 05 Aug 2010 14:47:06 +0000
- To: link-checker updates <www-validator-cvs@w3.org>
changeset: 150:806884715476 user: ville date: Sun Oct 15 18:25:51 2006 +0000 files: bin/checklink docs/linkchecker.css description: Avoid multiple "settings" IDs in HTML output. diff -r 009739b2f738 -r 806884715476 bin/checklink --- a/bin/checklink Sun Oct 15 16:33:32 2006 +0000 +++ b/bin/checklink Sun Oct 15 18:25:51 2006 +0000 @@ -5,7 +5,7 @@ # (c) 1999-2006 World Wide Web Consortium # based on Renaud Bruyeron's checklink.pl # -# $Id: checklink,v 4.39 2006-10-15 16:33:32 ville Exp $ +# $Id: checklink,v 4.40 2006-10-15 18:25:50 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.2.1'; $REVISION = sprintf('version %s (c) 1999-2006 W3C', $VERSION); - my ($cvsver) = q$Revision: 4.39 $ =~ /(\d+[\d\.]*\.\d+)/; + my ($cvsver) = q$Revision: 4.40 $ =~ /(\d+[\d\.]*\.\d+)/; $AGENT = sprintf('%s/%s [%s] %s', $PROGRAM, $VERSION, $cvsver, LWP::RobotUA->_agent()); @@ -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> diff -r 009739b2f738 -r 806884715476 docs/linkchecker.css --- a/docs/linkchecker.css Sun Oct 15 16:33:32 2006 +0000 +++ b/docs/linkchecker.css Sun Oct 15 18:25:51 2006 +0000 @@ -4,7 +4,7 @@ Copyright 2000-2006 W3C (MIT, INRIA, Keio). All Rights Reserved. See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright - $Id: linkchecker.css,v 1.13 2006-05-25 14:11:03 ville Exp $ + $Id: linkchecker.css,v 1.14 2006-10-15 18:25:51 ville Exp $ */ html, body { @@ -252,11 +252,11 @@ dt.report { font-weight: bold; } -div#settings { +div.settings { font-size: smaller; float: right; } -div#settings ul { +div.settings ul { margin: 0; padding-left: 1.5em; }
Received on Thursday, 5 August 2010 14:47:15 UTC