Index: trunk/phase3/includes/specials/SpecialRecentchanges.php |
— | — | @@ -472,8 +472,10 @@ |
473 | 473 | $flags[] = ChangesList::flagLegend( 'unpatrolled' ); |
474 | 474 | } |
475 | 475 | |
| 476 | + $wgOut->addHTML( '<div class="mw-rc-label-legend">' ); |
476 | 477 | $wgOut->addWikiMsg( 'recentchanges-label-legend', |
477 | 478 | $wgLang->commaList( $flags ) ); |
| 479 | + $wgOut->addHTML( '</div>' ); |
478 | 480 | |
479 | 481 | $this->setBottomText( $wgOut, $opts ); |
480 | 482 | } |