Index: trunk/phase3/includes/Math.php |
— | — | @@ -3,7 +3,7 @@ |
4 | 4 | function linkToMathImage ( $tex, $outputhash ) |
5 | 5 | { |
6 | 6 | global $wgMathPath; |
7 | | - $url = htmlspecialchars( "$wgMathPath/$outputhash.png"; |
| 7 | + $url = htmlspecialchars( "$wgMathPath/$outputhash.png" ); |
8 | 8 | $alt = htmlspecialchars( $tex ); |
9 | 9 | return "<img class='tex' src=\"$url\" alt=\"$alt\" />"; |
10 | 10 | } |