From: Aryeh Gregor Date: Tue, 4 Aug 2009 00:50:50 +0000 (+0000) Subject: Add wrapper div for RC label legend X-Git-Tag: 1.31.0-rc.0~40522 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=90e7a005ffe21dd5ba37ac79ec2c1b0fd1a928b4;p=lhc%2Fweb%2Fwiklou.git Add wrapper div for RC label legend By request of Umherirrender on CodeReview for r54242. --- diff --git a/includes/specials/SpecialRecentchanges.php b/includes/specials/SpecialRecentchanges.php index 608bb500b2..2f3473ae0a 100644 --- a/includes/specials/SpecialRecentchanges.php +++ b/includes/specials/SpecialRecentchanges.php @@ -472,8 +472,10 @@ class SpecialRecentChanges extends SpecialPage { $flags[] = ChangesList::flagLegend( 'unpatrolled' ); } + $wgOut->addHTML( '
' ); $wgOut->addWikiMsg( 'recentchanges-label-legend', $wgLang->commaList( $flags ) ); + $wgOut->addHTML( '
' ); $this->setBottomText( $wgOut, $opts ); }