Index: trunk/extensions/CodeReview/ui/CodeRepoStatsView.php |
— | — | @@ -56,7 +56,7 @@ |
57 | 57 | function writeAuthorStatusTable( $status, $array ) { |
58 | 58 | global $wgOut, $wgLang; |
59 | 59 | $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" ); |
61 | 61 | $wgOut->addHTML( '<table class="TablePager">' |
62 | 62 | . '<tr><th>' . wfMsgHtml( 'code-field-author' ) . '</th><th>' |
63 | 63 | . wfMsgHtml( 'code-stats-count' ) . '</th></tr>' ); |