[Scummvm-cvs-logs] CVS: web links.php,1.43,1.44 press.php,1.22,1.23 screenshots.php,1.14,1.15

Max Horn fingolfin at users.sourceforge.net
Fri Mar 19 10:00:05 CET 2004


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

Modified Files:
	links.php press.php screenshots.php 
Log Message:
Fix HTML validity

Index: links.php
===================================================================
RCS file: /cvsroot/scummvm/web/links.php,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- links.php	23 Feb 2004 08:11:32 -0000	1.43
+++ links.php	19 Mar 2004 17:50:06 -0000	1.44
@@ -296,7 +296,7 @@
 	</p>
 	<table border=0 cellpadding=5 cellspacing=0 style="margin-left: 3em;">
 
-          <tr><td><a href="http://quick.mixnmojo.com/"><b>ScummVM Quick And Easy</b></a></tr></tr>
+          <tr><td><a href="http://quick.mixnmojo.com/"><b>ScummVM Quick And Easy</b></a></td></tr>
 	  <tr>
 	    <td style="padding-left: 3em;">
 	    For Win32.

Index: press.php
===================================================================
RCS file: /cvsroot/scummvm/web/press.php,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- press.php	13 Mar 2004 14:19:17 -0000	1.22
+++ press.php	19 Mar 2004 17:50:06 -0000	1.23
@@ -20,8 +20,8 @@
 
 ?>
 <h1>ScummVM press coverage</h1>
-<center><small>(If you wish to contact us in regards to media articles, please e-mail press 
-(@) scummvm.org)</small></center>
+<small>(If you wish to contact us in regards to media articles, please e-mail press 
+(@) scummvm.org)</small>
 	<p><a href="http://www.techtv.com/callforhelp/freefile/story/0,24330,3640615,00.html">
 	   <b>Call for Help show</b></a>, TechTV, March 19th 2004
 	</p>
@@ -30,7 +30,7 @@
 	   ><b>Adventure games on PDAs</b></a> (French), PDA Magazine issue 9, Mars/April 2004
 	</p>
 
-	<p><a href="http://www.newsforge.com/article.pl?sid=03/10/07/1527227&mode=thread&tid=22"
+	<p><a href="http://www.newsforge.com/article.pl?sid=03/10/07/1527227&mode=thread&tid=22"
 	   ><b>Bringing old adventure games back to life</b></a>, NewsForge, October 8, 2003
 	</p>
 

Index: screenshots.php
===================================================================
RCS file: /cvsroot/scummvm/web/screenshots.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- screenshots.php	16 Feb 2004 20:03:21 -0000	1.14
+++ screenshots.php	19 Mar 2004 17:50:06 -0000	1.15
@@ -102,18 +102,18 @@
 		// count number of images displayed.
 		$num++;
 
-		// end row at 2
-		if (($num % 2 == 0) && ($num != 1))
-		{
-			echo "</tr><tr>\n";
-		}
-
 		// end at 4
 		if ($num == 4)
 		{
 			$where = $c;
 			break;
 		}
+
+		// end row at 2
+		if (($num % 2 == 0) && ($num != 1))
+		{
+			echo "</tr><tr>\n";
+		}
 	}
 
 	echo "</tr>";





More information about the Scummvm-git-logs mailing list