Revision: 46240
Author:   danny_b
Date:     2009-01-25 23:41:30 +0000 (Sun, 25 Jan 2009)

Log Message:
-----------
* improvement of r46173 via Aaron Shulz's idea

Modified Paths:
--------------
    trunk/phase3/includes/specials/SpecialRecentchanges.php

Modified: trunk/phase3/includes/specials/SpecialRecentchanges.php
===================================================================
--- trunk/phase3/includes/specials/SpecialRecentchanges.php     2009-01-25 
23:31:58 UTC (rev 46239)
+++ trunk/phase3/includes/specials/SpecialRecentchanges.php     2009-01-25 
23:41:30 UTC (rev 46240)
@@ -589,7 +589,7 @@
 
                $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' ),



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to