- From: Mercurial notifier <nobody@w3.org>
- Date: Thu, 05 Aug 2010 14:46:56 +0000
- To: link-checker updates <www-validator-cvs@w3.org>
changeset: 55:81a8546f3614
user: ville
date: Sun Apr 11 16:19:36 2004 +0000
files: bin/checklink
description:
Fix typo in results CSS.
diff -r 6083d1e55001 -r 81a8546f3614 bin/checklink
--- a/bin/checklink Sun Apr 11 11:05:53 2004 +0000
+++ b/bin/checklink Sun Apr 11 16:19:36 2004 +0000
@@ -5,7 +5,7 @@
# (c) 1999-2004 World Wide Web Consortium
# based on Renaud Bruyeron's checklink.pl
#
-# $Id: checklink,v 3.30 2004-04-11 11:05:53 ville Exp $
+# $Id: checklink,v 3.31 2004-04-11 16:19:36 ville Exp $
#
# This program is licensed under the W3C(r) Software License:
# http://www.w3.org/Consortium/Legal/copyright-software
@@ -106,7 +106,7 @@
$PACKAGE = 'W3C Link Checker';
$PROGRAM = 'W3C-checklink';
$VERSION = '3.9.3-dev';
- my ($cvsver) = q$Revision: 3.30 $ =~ /(\d+[\d\.]*\.\d+)/;
+ my ($cvsver) = q$Revision: 3.31 $ =~ /(\d+[\d\.]*\.\d+)/;
$REVISION = sprintf('version %s [%s] (c) 1999-2004 W3C',
$VERSION, $cvsver);
$AGENT = sprintf('%s/%s [%s] %s',
@@ -1978,7 +1978,7 @@
width: 88px;
}
a:hover {
- background-color: #eee#;
+ background-color: #eee;
}
a:visited {
color: purple;
Received on Thursday, 5 August 2010 14:46:58 UTC