Followup r75758, spaces to tabs
authorSam Reed <reedy@users.mediawiki.org>
Sun, 31 Oct 2010 23:54:30 +0000 (23:54 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Sun, 31 Oct 2010 23:54:30 +0000 (23:54 +0000)
includes/specials/SpecialVersion.php

index 859927b..700d10f 100644 (file)
@@ -296,7 +296,7 @@ class SpecialVersion extends SpecialPage {
                if ( $cnt = count( $tags = $wgParser->getTags() ) ) {
                        for ( $i = 0; $i < $cnt; ++$i ) {
                                $tags[$i] = "&lt;{$tags[$i]}&gt;";
-            }
+                       }
                        $out .= $this->openExtType( wfMsg( 'version-parser-extensiontags' ), 'parser-tags' );
                        $out .= '<tr><td colspan="4">' . $this->listToText( $tags ). "</td></tr>\n";
                }