X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialExpandTemplates.php;h=619665bdb49fa7acf354046514fb3f6e508997b7;hb=1d47891cc3d43bc6b47e30d0b605436c3dac1fc9;hp=4587d4060931efd98cb7e2076ec195ca95cc3a95;hpb=6871d732a1614f6d3272478e0e02c353c0b10e46;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialExpandTemplates.php b/includes/specials/SpecialExpandTemplates.php index 4587d40609..619665bdb4 100644 --- a/includes/specials/SpecialExpandTemplates.php +++ b/includes/specials/SpecialExpandTemplates.php @@ -117,6 +117,8 @@ class SpecialExpandTemplates extends SpecialPage { $config = $this->getConfig(); if ( MWTidy::isEnabled() && $options->getTidy() ) { $tmp = MWTidy::tidy( $tmp ); + } else { + wfDeprecated( 'disabling tidy', '1.33' ); } $out->addHTML( $tmp );