- From: Mercurial notifier <nobody@w3.org>
- Date: Thu, 05 Aug 2010 20:49:24 +0000
- To: link-checker updates <www-validator-cvs@w3.org>
changeset: 370:267211df4d81
user: Ville Skyttä <ville.skytta@iki.fi>
date: Thu Aug 05 23:47:47 2010 +0300
files: bin/checklink docs/checklink.html
description:
Add logo height and width attributes.
diff -r d8685b07d25e -r 267211df4d81 bin/checklink
--- a/bin/checklink Thu Aug 05 23:33:47 2010 +0300
+++ b/bin/checklink Thu Aug 05 23:47:47 2010 +0300
@@ -3017,7 +3017,7 @@
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>
+<div id="banner"><h1 id="title"><a href="http://www.w3.org/" title="W3C"><img alt="W3C" id="logo" src="%s" width="110" height="61" /></a>
<a href="checklink"><span>Link Checker</span></a></h1>
<p id="tagline">%s</p></div>
<div id="main">
diff -r d8685b07d25e -r 267211df4d81 docs/checklink.html
--- a/docs/checklink.html Thu Aug 05 23:33:47 2010 +0300
+++ b/docs/checklink.html Thu Aug 05 23:47:47 2010 +0300
@@ -9,7 +9,7 @@
</head>
<body>
- <div id="banner"><h1 id="title"><a href="http://www.w3.org/" title="W3C"><img alt="W3C" id="logo" src="../images/no_w3c.png" /></a>
+ <div id="banner"><h1 id="title"><a href="http://www.w3.org/" title="W3C"><img alt="W3C" id="logo" src="../images/no_w3c.png" width="110" height="61" /></a>
<a href="checklink"><span>Link Checker</span></a></h1>
<p id="tagline">Check links and anchors in Web pages or full Web sites</p></div>
<div id="main">
Received on Thursday, 5 August 2010 20:49:26 UTC