diff --git a/Math.hooks.php b/Math.hooks.php index 6327a9c1c..57f75bf09 100644 --- a/Math.hooks.php +++ b/Math.hooks.php @@ -201,7 +201,7 @@ class MathHooks { self::$tags[$marker] = array( $renderer, $parser ); return $marker; } - return self::mathPostTagHook( $renderer, $parser ); + return array( self::mathPostTagHook( $renderer, $parser ), 'markerType' => 'nowiki' ); } /**