sp
[lhc/web/wiklou.git] / texvc.phtml
index a47416e..108dcbd 100644 (file)
@@ -13,7 +13,7 @@ print ">";
 <?php
 print "<form method=\"post\" action=\"{$wgServer}{$wgScriptPath}/texvc_cgi.phtml\">"
 ?>
-<textarea name='math' rows='10' cols='80'><?
+<textarea name='math' rows='10' cols='80'><?php
        global $math;
        $math = preg_replace ("/\\\\\\\\/", '\\', $math);
        print $math;