[Scummvm-cvs-logs] CVS: web documentation.php,1.10,1.11
Max Horn
fingolfin at users.sourceforge.net
Thu Mar 25 03:29:04 CET 2004
Update of /cvsroot/scummvm/web
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6695
Modified Files:
documentation.php
Log Message:
oops
Index: documentation.php
===================================================================
RCS file: /cvsroot/scummvm/web/documentation.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- documentation.php 25 Mar 2004 11:16:59 -0000 1.10
+++ documentation.php 25 Mar 2004 11:17:37 -0000 1.11
@@ -28,7 +28,7 @@
$html = display_xml($file_root."/docs/".$view.".xml",'BODY');
// Now evaluate any PHP code embedded into it, and output the result
echo '<tr valign="top" class="color2"><td>';
- echo eval("?x>" . $html . "<x?php ");
+ echo eval("?>" . $html . "<?php ");
echo "</td></tr>";
}
else
More information about the Scummvm-git-logs
mailing list