Index: trunk/phase3/includes/Parser.php |
— | — | @@ -148,7 +148,7 @@ |
149 | 149 | } |
150 | 150 | |
151 | 151 | |
152 | | - if( true or $this->mOptions->getUseTeX() ){ |
| 152 | + if( $this->mOptions->getUseTeX() ){ |
153 | 153 | $text = Parser::extractTags("math", $text, $math_content, $uniq_prefix); |
154 | 154 | foreach( $math_content as $marker => $content ){ |
155 | 155 | if( $render ){ |