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