Index: trunk/phase3/includes/specials/SpecialRecentchanges.php |
— | — | @@ -589,7 +589,7 @@ |
590 | 590 | |
591 | 591 | $note = ''; |
592 | 592 | if( !wfEmptyMsg( 'rclegend', wfMsg('rclegend') ) ) { |
593 | | - $note .= wfMsgExt( 'rclegend', array('parseinline') ); |
| 593 | + $note .= '<div class="mw-rclegend">' . wfMsgExt( 'rclegend', array('parseinline') ) . "</div>\n"; |
594 | 594 | } |
595 | 595 | if( $options['from'] ) { |
596 | 596 | $note .= wfMsgExt( 'rcnotefrom', array( 'parseinline' ), |