From 3af17a1fbeb275ddc9d862e6ff25eb297ae80568 Mon Sep 17 00:00:00 2001 From: "Mr. E23" Date: Fri, 26 Mar 2004 17:19:09 +0000 Subject: [PATCH] forgot to remove some testing code --- includes/Parser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Parser.php b/includes/Parser.php index 4b56cecf94..c9b445c082 100644 --- a/includes/Parser.php +++ b/includes/Parser.php @@ -148,7 +148,7 @@ class Parser } - if( true or $this->mOptions->getUseTeX() ){ + if( $this->mOptions->getUseTeX() ){ $text = Parser::extractTags("math", $text, $math_content, $uniq_prefix); foreach( $math_content as $marker => $content ){ if( $render ){ -- 2.20.1