- From: Mercurial notifier <nobody@w3.org>
- Date: Thu, 05 Aug 2010 14:47:09 +0000
- To: link-checker updates <www-validator-cvs@w3.org>
changeset: 185:4e3f758873fb
user: ville
date: Thu Sep 13 15:42:41 2007 +0000
files: bin/checklink
description:
Remove "Skip past navigation" link; there is no such anchor on the "front" page and there is nothing to skip at end of the doc.
diff -r aef814a9d4dc -r 4e3f758873fb bin/checklink
--- a/bin/checklink Thu Sep 13 07:44:12 2007 +0000
+++ b/bin/checklink Thu Sep 13 15:42:41 2007 +0000
@@ -5,7 +5,7 @@
# (c) 1999-2007 World Wide Web Consortium
# based on Renaud Bruyeron's checklink.pl
#
-# $Id: checklink,v 4.66 2007-09-13 07:43:56 ot Exp $
+# $Id: checklink,v 4.67 2007-09-13 15:42:41 ville Exp $
#
# This program is licensed under the W3C(r) Software License:
# http://www.w3.org/Consortium/Legal/copyright-software
@@ -204,7 +204,7 @@
$PROGRAM = 'W3C-checklink';
$VERSION = '4.3';
$REVISION = sprintf('version %s (c) 1999-2007 W3C', $VERSION);
- my ($cvsver) = q$Revision: 4.66 $ =~ /(\d+[\d\.]*\.\d+)/;
+ my ($cvsver) = q$Revision: 4.67 $ =~ /(\d+[\d\.]*\.\d+)/;
$AGENT = sprintf('%s/%s [%s] %s',
$PROGRAM, $VERSION, $cvsver, LWP::RobotUA->_agent());
@@ -2225,8 +2225,7 @@
</div>
</div><!-- main -->
<ul class="navbar" id="menu">
- <li><span class="hideme"><a href="#results1" accesskey="2" title="Skip past navigation to main part of page">Skip Navigation</a> |</span>
- <a href="%s" accesskey="3" title="Documentation for this Link Checker Service">Docs</a></li>
+ <li><a href="%s" accesskey="3" title="Documentation for this Link Checker Service">Docs</a></li>
<li><a href="http://search.cpan.org/dist/W3C-LinkChecker/" title="Download the source / Install this service">Download</a></li>
<li><a href="%s#csb" title="feedback: comments, suggestions and bugs" accesskey="4">Feedback</a></li>
<li><a href="http://validator.w3.org/" title="Validate your markup with the W3C Markup Validation Service">Validator</a></li>
Received on Thursday, 5 August 2010 14:47:23 UTC