[Scummvm-cvs-logs] SF.net SVN: scummvm: [24979] web/trunk

sev at users.sourceforge.net sev at users.sourceforge.net
Wed Jan 3 17:14:23 CET 2007


Revision: 24979
          http://scummvm.svn.sourceforge.net/scummvm/?rev=24979&view=rev
Author:   sev
Date:     2007-01-03 08:14:22 -0800 (Wed, 03 Jan 2007)

Log Message:
-----------
Fix HTML validity

Modified Paths:
--------------
    web/trunk/include/sidebar.php
    web/trunk/index.php

Modified: web/trunk/include/sidebar.php
===================================================================
--- web/trunk/include/sidebar.php	2007-01-03 15:59:54 UTC (rev 24978)
+++ web/trunk/include/sidebar.php	2007-01-03 16:14:22 UTC (rev 24979)
@@ -35,7 +35,7 @@
     $g->add("Subversion Tree", "http://svn.sourceforge.net/viewvc/scummvm/scummvm/trunk/");
     $g->done();      
 
-    $g = new htmlmenu("Misc. Menu", "menu-misc", '<img src="'.$file_root.'/images/hangmonk.gif" alt="monkey" align="right" valign="top" width="55" height="57"><a href="http://sourceforge.net/donate/index.php?group_id=37116"><img src="http://images.sourceforge.net/images/project-support.jpg" width="88" height="32" border="0" alt="Support This Project" /> </a>
+    $g = new htmlmenu("Misc. Menu", "menu-misc", '<img src="'.$file_root.'/images/hangmonk.gif" alt="monkey" align="right" width="55" height="57"><a href="http://sourceforge.net/donate/index.php?group_id=37116"><img src="http://images.sourceforge.net/images/project-support.jpg" width="88" height="32" border="0" alt="Support This Project" /> </a>
 ');
 
     $g->add("Subprojects", $file_root."/subprojects.php");

Modified: web/trunk/index.php
===================================================================
--- web/trunk/index.php	2007-01-03 15:59:54 UTC (rev 24978)
+++ web/trunk/index.php	2007-01-03 16:14:22 UTC (rev 24979)
@@ -194,7 +194,7 @@
 irc.freenode.net</a>, are open for comments and suggestions. Please read our <a href="faq.php">FAQ</a>
 before posting.
 </p>
-<p><B>Fundraiser Progress:</B><center><img src="http://wiki.scummvm.org/donations/progress.png" border=0 alt="Progress Bar"></center></p>
+<p><B>Fundraiser Progress:</B></p><center><img src="http://wiki.scummvm.org/donations/progress.png" border=0 alt="Progress Bar"></center> 
 </td></tr>
 <tr>
 	<td><table width="100%" cellspacing="0" cellpadding="0"><tr>


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list