From e0dbc1c4beb713a00170113fbf5a0482a8fc2b05 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Tue, 6 Apr 2004 13:51:29 +0000 Subject: [PATCH] ending ) thx to jeronim@irc --- includes/Math.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Math.php b/includes/Math.php index 4c24af53f7..0cd899755c 100644 --- a/includes/Math.php +++ b/includes/Math.php @@ -3,7 +3,7 @@ function linkToMathImage ( $tex, $outputhash ) { global $wgMathPath; - $url = htmlspecialchars( "$wgMathPath/$outputhash.png"; + $url = htmlspecialchars( "$wgMathPath/$outputhash.png" ); $alt = htmlspecialchars( $tex ); return "\"$alt\""; } -- 2.20.1