* improvement of r46173 via Aaron Shulz's idea
authorDanny B <danny_b@users.mediawiki.org>
Sun, 25 Jan 2009 23:41:30 +0000 (23:41 +0000)
committerDanny B <danny_b@users.mediawiki.org>
Sun, 25 Jan 2009 23:41:30 +0000 (23:41 +0000)
includes/specials/SpecialRecentchanges.php

index c88b826..4a77852 100644 (file)
@@ -589,7 +589,7 @@ class SpecialRecentChanges extends SpecialPage {
 
                $note = '';
                if( !wfEmptyMsg( 'rclegend', wfMsg('rclegend') ) ) {
-                       $note .= wfMsgExt( 'rclegend', array('parseinline') );
+                       $note .= '<div class="mw-rclegend">' . wfMsgExt( 'rclegend', array('parseinline') ) . "</div>\n";
                }
                if( $options['from'] ) {
                        $note .= wfMsgExt( 'rcnotefrom', array( 'parseinline' ),