From: Sam Reed Date: Sun, 31 Oct 2010 23:54:30 +0000 (+0000) Subject: Followup r75758, spaces to tabs X-Git-Tag: 1.31.0-rc.0~34167 X-Git-Url: http://git.cyclocoop.org///%22%40url%40//%22?a=commitdiff_plain;h=e0d1b1b24c50e57790cd75bb899e1edfed402ff8;p=lhc%2Fweb%2Fwiklou.git Followup r75758, spaces to tabs --- diff --git a/includes/specials/SpecialVersion.php b/includes/specials/SpecialVersion.php index 859927ba10..700d10fe68 100644 --- a/includes/specials/SpecialVersion.php +++ b/includes/specials/SpecialVersion.php @@ -296,7 +296,7 @@ class SpecialVersion extends SpecialPage { if ( $cnt = count( $tags = $wgParser->getTags() ) ) { for ( $i = 0; $i < $cnt; ++$i ) { $tags[$i] = "<{$tags[$i]}>"; - } + } $out .= $this->openExtType( wfMsg( 'version-parser-extensiontags' ), 'parser-tags' ); $out .= '' . $this->listToText( $tags ). "\n"; }