- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 23 Mar 2009 21:37:29 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/LinkChecker/bin
In directory hutz:/tmp/cvs-serv9258/bin
Modified Files:
checklink
Log Message:
Use no_w3c.png.
Index: checklink
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/bin/checklink,v
retrieving revision 4.152
retrieving revision 4.153
diff -u -d -r4.152 -r4.153
--- checklink 4 Mar 2009 17:23:58 -0000 4.152
+++ checklink 23 Mar 2009 21:37:27 -0000 4.153
@@ -2391,7 +2391,7 @@
{
my $tagline ="Check links and anchors in Web pages or full Web sites";
- printf(<<'EOF', URI->new_abs("../images/w3c.png", $Cfg{Doc_URI}), $tagline);
+ printf(<<'EOF', URI->new_abs("../images/no_w3c.png", $Cfg{Doc_URI}), $tagline);
<div id="banner"><h1 id="title"><a href="http://www.w3.org/" title="W3C"><img alt="W3C" id="logo" src="%s" /></a>
<a href="checklink"><span>Link Checker</span></a></h1>
<p id="tagline">%s</p></div>
Received on Monday, 23 March 2009 21:37:45 UTC