Index: trunk/phase3/includes/parser/CoreTagHooks.php |
— | — | @@ -40,7 +40,7 @@ |
41 | 41 | |
42 | 42 | static function math( $content, $attributes, $parser ) { |
43 | 43 | global $wgContLang; |
44 | | - return $output = $wgContLang->armourMath( MathRenderer::renderMath( $content, $attributes ) ); |
| 44 | + return $wgContLang->armourMath( MathRenderer::renderMath( $content, $attributes ) ); |
45 | 45 | } |
46 | 46 | |
47 | 47 | static function gallery( $content, $attributes, $parser ) { |