[Scummvm-cvs-logs] CVS: web index.php,1.5,1.6

Max Horn fingolfin at users.sourceforge.net
Thu Feb 27 18:11:03 CET 2003


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

Modified Files:
	index.php 
Log Message:
added required type attribute

Index: index.php
===================================================================
RCS file: /cvsroot/scummvm/web/index.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- index.php	28 Feb 2003 02:08:36 -0000	1.5
+++ index.php	28 Feb 2003 02:10:14 -0000	1.6
@@ -61,7 +61,7 @@
 	  <td>
 		<table border=0 cellpadding=0 cellspacing=0>
 		<tr><td>
-			<script language="JavaScript">i_jn=<?=$randImg?>;</script>
+			<script type="text/javascript">i_jn=<?=$randImg?>;</script>
 			<a href="javascript:openWin('./screenshots/big_scummvm_'+i_jn+'.png','scummvm',640,400);"
 			onMouseOver="window.status='Click to View Full Size Image';return true;"
 			onMouseOut="window.status='';return true;"><img





More information about the Scummvm-git-logs mailing list