[Scummvm-cvs-logs] CVS: web documentation.php,1.6,1.7

Max Horn fingolfin at users.sourceforge.net
Wed Oct 15 15:32:06 CEST 2003


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

Modified Files:
	documentation.php 
Log Message:
HTML 4.01 compliance

Index: documentation.php
===================================================================
RCS file: /cvsroot/scummvm/web/documentation.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- documentation.php	14 Oct 2003 13:08:36 -0000	1.6
+++ documentation.php	15 Oct 2003 22:31:28 -0000	1.7
@@ -24,11 +24,10 @@
 {
 	// First extract the body from the XML file
 	$html = display_xml($file_root."/docs/".$view.".xml",'BODY');
-	// Now evaluate any PHP code embded into it
-	$html = eval("?>" . $html . "<?php ");
-	
-	// Finally disply the result
-    echo html_frame_tr(html_frame_td($html . html_p()));
+	// Now evaluate any PHP code embedded into it, and output the result
+	echo '<tr valign="top" class="color2"><td>';
+	echo eval("?>" . $html . "<?php ");
+	echo "</td></tr>";
 }
 else
 {





More information about the Scummvm-git-logs mailing list