[Scummvm-cvs-logs] CVS: web screenshots.php,1.8,1.9

Max Horn fingolfin at users.sourceforge.net
Wed Oct 15 15:22:19 CEST 2003


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

Modified Files:
	screenshots.php 
Log Message:
fix HTML 4.01 compliance; replaced ä with correct &

Index: screenshots.php
===================================================================
RCS file: /cvsroot/scummvm/web/screenshots.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- screenshots.php	14 Oct 2003 13:11:17 -0000	1.8
+++ screenshots.php	15 Oct 2003 22:21:13 -0000	1.9
@@ -38,7 +38,7 @@
 	     html_frame_tr(
 	     		   html_frame_td(
 			   		 '<img src="'.$file_root.'/screenshots/big_scummvm_'.$view.'.png" '.
-				         'vspace=2 hspace=2 width=640 height=400 '.
+				         'style="margin: 2px;" width=640 height=400 '.
 				         'alt="Screenshot '.$view.'">',
 					 'align=center class="color0"'
 					)
@@ -82,9 +82,9 @@
 
 		// display image
 		echo html_frame_td(
-				   '<a href="'.$PHP_SELF."?view=".$c.'äoffset='.$offset.'">'.
+				   '<a href="'.$PHP_SELF."?view=".$c.'&offset='.$offset.'">'.
 				   '<img src="'.$file_root.'/screenshots/scummvm_'.$c.'.png" '.
-				   'vspace=10 hspace=10 width=256 height=160 '.
+				   'style="margin: 10px;" width=256 height=160 '.
 				   'alt="Screenshot '.$c.'"></a>',
 				   'align=center class="color0"'
 				  );





More information about the Scummvm-git-logs mailing list