r82139 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r82138‎ | r82139 | r82140 >
Date:20:26, 14 February 2011
Author:catrope
Status:ok (Comments)
Tags:
Comment:
1.17wmf1: Add a newline between entries in the CodeReview tag cloud (committing Chad's change). Should be merged to trunk
Modified paths:
  • /branches/wmf/1.17wmf1/extensions/CodeReview/ui/CodeTagListView.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.17wmf1/extensions/CodeReview/ui/CodeTagListView.php
@@ -24,6 +24,6 @@
2525 $query = $this->mRepo->getName() . '/tag/' . $tag;
2626 return Html::element( 'a', array(
2727 'href' => SpecialPage::getTitleFor( 'Code', $query )->getFullURL(),
28 - 'class' => 'plainlinks mw-wordcloud-size-' . $weight ), $tag );
 28+ 'class' => 'plainlinks mw-wordcloud-size-' . $weight ), $tag ) . "\n";
2929 }
3030 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r82118Check in results of testing, fixes wide tag listdemon17:46, 14 February 2011

Comments

#Comment by Catrope (talk | contribs)   20:29, 14 February 2011

...or not. Was already done in r82118

Status & tagging log