forgot to remove some testing code
authorMr. E23 <e23@users.mediawiki.org>
Fri, 26 Mar 2004 17:19:09 +0000 (17:19 +0000)
committerMr. E23 <e23@users.mediawiki.org>
Fri, 26 Mar 2004 17:19:09 +0000 (17:19 +0000)
includes/Parser.php

index 4b56cec..c9b445c 100644 (file)
@@ -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 ){