[Scummvm-cvs-logs] CVS: web/include menu.php,1.8,1.9

Eugene Sandulenko sev at users.sourceforge.net
Sat Nov 12 18:03:00 CET 2005


Update of /cvsroot/scummvm/web/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7815/include

Modified Files:
	menu.php 
Log Message:
HTML validation fixes


Index: menu.php
===================================================================
RCS file: /cvsroot/scummvm/web/include/menu.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- menu.php	13 Nov 2005 01:52:16 -0000	1.8
+++ menu.php	13 Nov 2005 02:01:52 -0000	1.9
@@ -3,11 +3,7 @@
 
   function htmlmenu($name, $style, $extra = "") {
     echo '<table class="menu" cellspacing="0">';
-    echo '<tr class="'.$style.'">';
-    echo "  <th>$name</th>";
 ?>
-
-  </tr>
   <tfoot>
     <tr>
       <td><img src="images/menu-bottom.gif" alt="" /></td>
@@ -18,9 +14,14 @@
        echo "<tr><td>$extra</td></tr>\n";
      }
 ?>
+  </tfoot>
 
+<?php
+    echo '<tr class="'.$style.'">';
+    echo "  <th>$name</th>";
+?>
 
-  </tfoot>
+  </tr>
   <tbody>
     <tr>
       <td>





More information about the Scummvm-git-logs mailing list