clear footer and small margin-top for fieldsets (especially for CologeBlue)
[lhc/web/wiklou.git] / texvc.phtml
index eefb444..7a91271 100644 (file)
@@ -1,7 +1,6 @@
-<?
-global $IP;
+<?php
 include( "./LocalSettings.php" );
-include( "$IP/Setup.php" );
+include( "Setup.php" );
 header( "Content-type: text/xml; charset={$wgInputEncoding}" );
 print "<";
 print "?xml version=\"1.0\" encoding=\"utf-8\"?";
@@ -11,7 +10,7 @@ print ">";
     PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml"><head><title>texvc</title></head><body>
-<?
+<?php
 print "<form method=\"post\" action=\"{$wgServer}{$wgScriptPath}/texvc_cgi.phtml\">"
 ?>
 <textarea name='math' rows='10' cols='80'><?
@@ -19,7 +18,7 @@ print "<form method=\"post\" action=\"{$wgServer}{$wgScriptPath}/texvc_cgi.phtml
     $math = preg_replace ("/\\\\\\\\/", '\\', $math);
     print $math;
 ?></textarea><br /><input type="submit" value="Preview" name="preview" /></form>
-<?
+<?php
 function xlinkToMathImage ( $tex, $outputhash )
 {
     global $wgMathPath;