ending ) thx to jeronim@irc
authorAntoine Musso <hashar@users.mediawiki.org>
Tue, 6 Apr 2004 13:51:29 +0000 (13:51 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Tue, 6 Apr 2004 13:51:29 +0000 (13:51 +0000)
includes/Math.php

index 4c24af5..0cd8997 100644 (file)
@@ -3,7 +3,7 @@
 function linkToMathImage ( $tex, $outputhash )
 {
        global $wgMathPath;
-       $url = htmlspecialchars( "$wgMathPath/$outputhash.png";
+       $url = htmlspecialchars( "$wgMathPath/$outputhash.png" );
        $alt = htmlspecialchars( $tex );
        return "<img class='tex' src=\"$url\" alt=\"$alt\" />";
 }