From: Mr. E23 Date: Fri, 26 Mar 2004 17:19:09 +0000 (+0000) Subject: forgot to remove some testing code X-Git-Tag: 1.3.0beta1~693 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=3af17a1fbeb275ddc9d862e6ff25eb297ae80568;p=lhc%2Fweb%2Fwiklou.git forgot to remove some testing code --- 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 ){