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

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


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

Log Message:
-----------
More validation fixes

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

Modified: web/trunk/include/html.php
===================================================================
--- web/trunk/include/html.php	2007-01-03 16:14:22 UTC (rev 24979)
+++ web/trunk/include/html.php	2007-01-03 16:23:56 UTC (rev 24980)
@@ -118,7 +118,7 @@
     <table style="border-spacing:0px;margin:0px;width:80%;margin-left:auto;margin-right:auto;" align="center" cellspacing="0"><!-- width="80%" -->
 	<tr>
 		<td>
-		<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>
+		<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>
 		</td>
 		<td>
 			<a href="http://sourceforge.net/"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=37116&type=1" width="88" height="31" alt="SourceForge"></a>

Modified: web/trunk/include/sidebar.php
===================================================================
--- web/trunk/include/sidebar.php	2007-01-03 16:14:22 UTC (rev 24979)
+++ web/trunk/include/sidebar.php	2007-01-03 16:23:56 UTC (rev 24980)
@@ -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" 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");


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