[Scummvm-cvs-logs] CVS: web index.php,1.30,1.31 screenshots.php,1.17,1.18

Eugene Sandulenko sev at users.sourceforge.net
Sat Nov 12 17:17:07 CET 2005


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

Modified Files:
	index.php screenshots.php 
Log Message:
Fix several HTML errors.


Index: index.php
===================================================================
RCS file: /cvsroot/scummvm/web/index.php,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- index.php	13 Nov 2005 00:29:57 -0000	1.30
+++ index.php	13 Nov 2005 01:16:33 -0000	1.31
@@ -29,7 +29,7 @@
 
 ?>
 
-<script>
+<script type="text/javascript">
 function openWin(fileToOpen,nameOfWindow,width,height) {
 	myWindow = window.open("",nameOfWindow,"menubar=no,scrollbars=no,status=no,width="+width+",height="+height);
 	myWindow.document.open();

Index: screenshots.php
===================================================================
RCS file: /cvsroot/scummvm/web/screenshots.php,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- screenshots.php	13 Nov 2005 00:29:57 -0000	1.17
+++ screenshots.php	13 Nov 2005 01:16:33 -0000	1.18
@@ -19,7 +19,7 @@
 $cat2 = $HTTP_GET_VARS['cat2'];
 
 ?>
-<script>
+<script type="text/javascript">
 function openWin(fileToOpen,nameOfWindow,width,height) {
 	myWindow = window.open("",nameOfWindow,"menubar=no,scrollbars=no,status=no,width="+width+",height="+height);
 	myWindow.document.open();





More information about the Scummvm-git-logs mailing list