link-checker commit: Fix navbar markup.

changeset:   120:599b9c13933a
user:        ville
date:        Sat Apr 09 14:52:49 2005 +0000
files:       bin/checklink docs/checklink.html
description:
Fix navbar markup.


diff -r 0906d4eef7b8 -r 599b9c13933a bin/checklink
--- a/bin/checklink	Sat Apr 09 14:44:34 2005 +0000
+++ b/bin/checklink	Sat Apr 09 14:52:49 2005 +0000
@@ -5,7 +5,7 @@
 # (c) 1999-2005 World Wide Web Consortium
 # based on Renaud Bruyeron's checklink.pl
 #
-# $Id: checklink,v 4.17 2005-03-31 06:25:28 ot Exp $
+# $Id: checklink,v 4.18 2005-04-09 14:52:49 ville Exp $
 #
 # This program is licensed under the W3C(r) Software License:
 #       http://www.w3.org/Consortium/Legal/copyright-software
@@ -118,7 +118,7 @@
   $PROGRAM     = 'W3C-checklink';
   $VERSION     = '4.1';
   $REVISION    = sprintf('version %s (c) 1999-2005 W3C', $VERSION);
-  my ($cvsver) = q$Revision: 4.17 $ =~ /(\d+[\d\.]*\.\d+)/;
+  my ($cvsver) = q$Revision: 4.18 $ =~ /(\d+[\d\.]*\.\d+)/;
   $AGENT       = sprintf('%s/%s [%s] %s',
                          $PROGRAM, $VERSION, $cvsver, LWP::RobotUA->_agent());
 
@@ -2050,7 +2050,7 @@
 <div id="banner"><h1 id="title"><a href="http://www.w3.org/" title="W3C"><img alt="W3C" id="logo" src="http://www.w3.org/Icons/w3c_home" height="48" width="72"></a> Link Checker%s</h1></div>
 <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>
-  <li><a href="%s" accesskey="3" title="Documentation for this Link Checker Service">Docs</a></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>
diff -r 0906d4eef7b8 -r 599b9c13933a docs/checklink.html
--- a/docs/checklink.html	Sat Apr 09 14:44:34 2005 +0000
+++ b/docs/checklink.html	Sat Apr 09 14:52:49 2005 +0000
@@ -6,7 +6,7 @@
     <title>W3C Link Checker Documentation</title>
     <link rev="made" href="mailto:www-validator@w3.org" />
     <style type="text/css" media="all">@import "linkchecker.css";</style>
-    <meta name="revision" content="$Id: checklink.html,v 1.29 2005-03-31 06:25:28 ot Exp $" />
+    <meta name="revision" content="$Id: checklink.html,v 1.30 2005-04-09 14:52:49 ville Exp $" />
   </head>
 
   <body>
@@ -19,7 +19,7 @@
 
     <ul class="navbar" id="menu">
         <li><span class="hideme"><a href="#main" accesskey="2" title="Skip past navigation to main part of page">Skip Navigation</a> |</span>
-        <li><a href="http://validator.w3.org/checklink" accesskey="1" title="The Link Checker Service at W3C">Link Checker</a></li>
+            <a href="http://validator.w3.org/checklink" accesskey="1" title="The Link Checker Service at W3C">Link Checker</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="#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>
@@ -274,7 +274,7 @@
         alt="Valid XHTML 1.0!" /></a>
       <a title="Send Feedback for the W3C Link Checker"
         href="http://validator.w3.org/feedback.html">The W3C Validator Team</a><br />
-      $Date: 2005-03-31 06:25:28 $
+      $Date: 2005-04-09 14:52:49 $
     </address>
     <p class="copyright">
       <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> &copy; 1994-2005

Received on Thursday, 5 August 2010 14:47:21 UTC