Hide marked empty elements by default (stage 1)
[lhc/web/wiklou.git] / includes / parser / Parser.php
index 19d68c2..a765450 100644 (file)
@@ -1357,7 +1357,6 @@ class Parser {
 
                if ( MWTidy::isEnabled() && $this->mOptions->getTidy() ) {
                        $text = MWTidy::tidy( $text );
-                       $this->mOutput->addModuleStyles( MWTidy::getModuleStyles() );
                } else {
                        # attempt to sanitize at least some nesting problems
                        # (bug #2702 and quite a few others)