Fix the URI of image (w3c logo) default tip
authorhiro
Fri, 21 Jan 2011 03:46:25 +0900
changeset 42 c3f5aa3f48a8
parent 41 76d48c67914a
Fix the URI of image (w3c logo)
src/redirect_template.html
--- a/src/redirect_template.html	Fri Jan 21 03:45:02 2011 +0900
+++ b/src/redirect_template.html	Fri Jan 21 03:46:25 2011 +0900
@@ -8,7 +8,7 @@
 <body> 
 	<div id="banner">
 		<h1>
-			<a href="http://www.w3.org/"><img alt="W3C" width="110" height="61" id="logo" src="/images/w3c.png" /></a>
+			<a href="http://www.w3.org/"><img alt="W3C" width="110" height="61" id="logo" src="http://validator.w3.org/images/w3c.png" /></a>
 			<span>HTTP Checker</span>
 		</h1>
 		<p>Check HTTP resources to see how they'll behave</p>