- From: Ville Skytta <ville@dev.w3.org>
- Date: Tue, 08 Jun 2004 21:06:49 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/LinkChecker/bin
In directory hutz:/tmp/cvs-serv10749/bin
Modified Files:
checklink
Log Message:
Restore some lost CSS properties, and selectively sync some of the new
layout stuff from the current markup validator.
Index: checklink
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/bin/checklink,v
retrieving revision 3.56
retrieving revision 3.57
diff -u -d -r3.56 -r3.57
--- checklink 8 Jun 2004 19:23:10 -0000 3.56
+++ checklink 8 Jun 2004 21:06:47 -0000 3.57
@@ -2011,6 +2011,7 @@
<li><a href="http://search.cpan.org/dist/W3C-LinkChecker/" accesskey="i" title="Download the source / Install this service">Download</a></li>
<li><a href="http://validator.w3.org/" accesskey="m" title="Validate your markup with the W3C Markup Validation Service">Validator</a></li>
</ul>
+<div id="main">
EOF
}
@@ -2054,6 +2055,7 @@
{
printf("<p>%s</p>\n", &global_stats()) if ($doc_count > 0 && !$Opts{Quiet});
printf(<<'EOF', $PACKAGE, $REVISION);
+</div><!-- main -->
<div>
<address>
%s<br> %s
Received on Tuesday, 8 June 2004 17:11:37 UTC