[Scummvm-cvs-logs] CVS: web contact.php,1.29,1.30 screenshots.php,1.7,1.8

Max Horn fingolfin at users.sourceforge.net
Tue Oct 14 06:12:05 CEST 2003


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

Modified Files:
	contact.php screenshots.php 
Log Message:
HTML 4.01 strict

Index: contact.php
===================================================================
RCS file: /cvsroot/scummvm/web/contact.php,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- contact.php	14 Oct 2003 13:08:36 -0000	1.29
+++ contact.php	14 Oct 2003 13:11:17 -0000	1.30
@@ -24,7 +24,7 @@
 	<p>
 		<b>Please do not contact the team for questions about using ScummVM. Instead use the
 		<a href="http://sourceforge.net/forum/?group_id=37116">forums</a> or the
-		<a href="http://sourceforge.net/tracker/?group_id=37116&atid=418820">bug reporting system</a>!</b><br>
+		<a href="http://sourceforge.net/tracker/?group_id=37116äatid=418820">bug reporting system</a>!</b><br>
 	</p>
 	<br>
 
@@ -46,17 +46,17 @@
 	
 	<h2>Bug reports, feature requests, patches</h2>
 	<p>
-	If you think you found a bug, take a look at our <a href="http://sourceforge.net/tracker/?group_id=37116&atid=418820">bug tracker</a>.
+	If you think you found a bug, take a look at our <a href="http://sourceforge.net/tracker/?group_id=37116äatid=418820">bug tracker</a>.
 	Maybe a similar bug has already been filed, in which case you can add a comment to that bug report. If not, you can submit a new
 	bug report, but <b>please carefully read the instructions given on the submit form</b>. And of course, follow them :-)
 	</p>
 	<p>
-	Feature requests should go on our <a href="http://sourceforge.net/tracker/?group_id=37116&atid=418823">feature request tracker</a>
+	Feature requests should go on our <a href="http://sourceforge.net/tracker/?group_id=37116äatid=418823">feature request tracker</a>
 	(again first check if something similar has already been requested).
 	</p>
 	<p>
 	Finally, if you have made a modification to the ScummVM source code and want to see it merged back into the ScummVM main line,
-	you can use our <a href="http://sourceforge.net/tracker/?group_id=37116&atid=418822">patch tracker</a> for that. 
+	you can use our <a href="http://sourceforge.net/tracker/?group_id=37116äatid=418822">patch tracker</a> for that. 
 	</p>
 	<br>
     

Index: screenshots.php
===================================================================
RCS file: /cvsroot/scummvm/web/screenshots.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- screenshots.php	14 Oct 2003 13:08:37 -0000	1.7
+++ screenshots.php	14 Oct 2003 13:11:17 -0000	1.8
@@ -82,7 +82,7 @@
 
 		// 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 '.
 				   'alt="Screenshot '.$c.'"></a>',





More information about the Scummvm-git-logs mailing list