[Scummvm-cvs-logs] CVS: web/include html.php,1.12,1.13 sidebar.php,1.20,1.21

Max Horn fingolfin at users.sourceforge.net
Tue Oct 14 03:32:02 CEST 2003


Update of /cvsroot/scummvm/web/include
In directory sc8-pr-cvs1:/tmp/cvs-serv6706/include

Modified Files:
	html.php sidebar.php 
Log Message:
some more HTML 4.01 strict fixes

Index: html.php
===================================================================
RCS file: /cvsroot/scummvm/web/include/html.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- html.php	13 Oct 2003 21:45:14 -0000	1.12
+++ html.php	14 Oct 2003 10:30:58 -0000	1.13
@@ -127,7 +127,6 @@
 	global $file_root;
 	if ($width) { $width = 'width="'.$width.'"'; }
 
-	$str = "\n".'<div align="center">'."\n";
 	$str .= '<table '.$width.' border="0" cellpadding="0" cellspacing="0">'."\n";
 	
 	if ($title) {
@@ -159,7 +158,7 @@
 		$str .= '	</tr></table>'."\n";
 		$str .= '</td></tr>'."\n";
 	}
-	$str .= "</table>\n</div>\n\n";
+	$str .= "</table>\n\n";
 	return $str;
 }
 

Index: sidebar.php
===================================================================
RCS file: /cvsroot/scummvm/web/include/sidebar.php,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- sidebar.php	13 Oct 2003 17:37:32 -0000	1.20
+++ sidebar.php	14 Oct 2003 10:30:58 -0000	1.21
@@ -15,7 +15,7 @@
 
 <table width="100%" border=0 cellpadding=0 cellspacing=0>
 <tr>
-<td align=center valign=top>
+<td style="width: 120px" align=center valign=top>
 
 <?
 
@@ -80,7 +80,7 @@
 	</p>
 
 </td>
-<td width="100%" valign="top">
+<td align="center" valign="top">
 
 <?
 }





More information about the Scummvm-git-logs mailing list