Update of /cvsroot/devil-linux/web
In directory sc8-pr-cvs1:/tmp/cvs-serv28259
Modified Files:
menu.shtml
Log Message:
html 4.01 strict fix
Index: menu.shtml
===================================================================
RCS file: /cvsroot/devil-linux/web/menu.shtml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- menu.shtml 2 Jan 2004 03:53:18 -0000 1.14
+++ menu.shtml 2 Jan 2004 05:04:34 -0000 1.15
@@ -9,7 +9,7 @@
<p class="menu"><!--#if expr="${SECTION} != sponsors" --><a href="/sponsors/"><!--#endif -->Sponsors<!--#if expr="${SECTION} != sponsors" --></a><!--#endif --></p>
<p class="menu"><!--#if expr="${SECTION} != donations" --><a href="/donations/"><!--#endif -->Donate<!--#if expr="${SECTION} != donations" --></a><!--#endif --></p>
<p class="menu"><!--#if expr="${SECTION} != screenshots" --><a href="/screenshots/"><!--#endif -->Screenshots<!--#if expr="${SECTION} != screenshots" --></a><!--#endif --></p>
-<p><hr style="height: 2px; width: 88px; margin-left: 0px; margin-right: auto;"></p>
+<hr style="height: 2px; width: 88px; margin-left: 0px; margin-right: auto;">
<p><a href="http://sourceforge.net"><img
src="http://sourceforge.net/sflogo.php?group_id=34096&type=1"
style="border: 0px solid; width: 88px; height: 31px;" alt="SourceForge"></a></p>
|