summaryrefslogtreecommitdiff
path: root/includes/specials/SpecialExpandTemplates.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/specials/SpecialExpandTemplates.php')
-rw-r--r--includes/specials/SpecialExpandTemplates.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/specials/SpecialExpandTemplates.php b/includes/specials/SpecialExpandTemplates.php
index b7582e6c..06eb2769 100644
--- a/includes/specials/SpecialExpandTemplates.php
+++ b/includes/specials/SpecialExpandTemplates.php
@@ -114,7 +114,7 @@ class SpecialExpandTemplates extends SpecialPage {
}
$config = $this->getConfig();
- if ( ( $config->get( 'UseTidy' ) && $options->getTidy() ) || $config->get( 'AlwaysUseTidy' ) ) {
+ if ( $config->get( 'UseTidy' ) && $options->getTidy() ) {
$tmp = MWTidy::tidy( $tmp );
}