Update of /cvsroot/devil-linux/web
In directory sc8-pr-cvs1:/tmp/cvs-serv815
Modified Files:
menu.shtml
Log Message:
image paths have to be absolute
Index: menu.shtml
===================================================================
RCS file: /cvsroot/devil-linux/web/menu.shtml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- menu.shtml 1 Jan 2004 16:43:31 -0000 1.2
+++ menu.shtml 1 Jan 2004 17:15:22 -0000 1.3
@@ -20,4 +20,4 @@
style="border: 0px solid; width: 88px; height: 31px;" alt="SourceForge"></a></p>
<p><a href="http://validator.w3.org/check/referer"><img
style="border: 0px solid; width: 88px; height: 31px;"
- alt="Valid HTML 4.01!" src="images/valid-html401.png"></a></p>
+ alt="Valid HTML 4.01!" src="/images/valid-html401.png"></a></p>
|