r90163 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r90162‎ | r90163 | r90164 >
Date:21:24, 15 June 2011
Author:reedy
Status:ok
Tags:
Comment:
Fix quoting fail from r90149
Modified paths:
  • /trunk/extensions/CodeReview/ui/CodeRepoStatsView.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeReview/ui/CodeRepoStatsView.php
@@ -56,7 +56,7 @@
5757 function writeAuthorStatusTable( $status, $array ) {
5858 global $wgOut, $wgLang;
5959 $repoName = $this->mRepo->getName();
60 - $wgOut->wrapWikiMsg( "<h3 id=\"stats-{$status}\">$1</h3>", 'code-stats-{$status}-breakdown' );
 60+ $wgOut->wrapWikiMsg( "<h3 id=\"stats-{$status}\">$1</h3>", "code-stats-{$status}-breakdown" );
6161 $wgOut->addHTML( '<table class="TablePager">'
6262 . '<tr><th>' . wfMsgHtml( 'code-field-author' ) . '</th><th>'
6363 . wfMsgHtml( 'code-stats-count' ) . '</th></tr>' );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r90149Add list of new revisions per author like the fixme breakdownreedy20:49, 15 June 2011

Status & tagging log