Shorttags fix
authorBrion Vibber <brion@users.mediawiki.org>
Sat, 28 Feb 2004 07:08:13 +0000 (07:08 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sat, 28 Feb 2004 07:08:13 +0000 (07:08 +0000)
includes/UserMailer.php
texvc.phtml

index 5a82988..155677b 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 # This function will perform a direct (authenticated) login to
 # a SMTP Server to use for mail relaying if 'wgSMTP' specifies an
index 6308466..7a91271 100644 (file)
@@ -10,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'><?
@@ -18,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;