r75765 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75764‎ | r75765 | r75766 >
Date:23:54, 31 October 2010
Author:reedy
Status:ok
Tags:
Comment:
Followup r75758, spaces to tabs
Modified paths:
  • /trunk/phase3/includes/specials/SpecialVersion.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialVersion.php
@@ -296,7 +296,7 @@
297297 if ( $cnt = count( $tags = $wgParser->getTags() ) ) {
298298 for ( $i = 0; $i < $cnt; ++$i ) {
299299 $tags[$i] = "&lt;{$tags[$i]}&gt;";
300 - }
 300+ }
301301 $out .= $this->openExtType( wfMsg( 'version-parser-extensiontags' ), 'parser-tags' );
302302 $out .= '<tr><td colspan="4">' . $this->listToText( $tags ). "</td></tr>\n";
303303 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r75758Switch last few uses of while loops to foreach in phase3reedy23:08, 31 October 2010

Status & tagging log