From 5e9af9227bce7658ef3585e0a14e1ed4183222fc Mon Sep 17 00:00:00 2001 From: Danny B Date: Sun, 25 Jan 2009 23:41:30 +0000 Subject: [PATCH] * improvement of r46173 via Aaron Shulz's idea --- includes/specials/SpecialRecentchanges.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/specials/SpecialRecentchanges.php b/includes/specials/SpecialRecentchanges.php index c88b8269f7..4a77852b43 100644 --- a/includes/specials/SpecialRecentchanges.php +++ b/includes/specials/SpecialRecentchanges.php @@ -589,7 +589,7 @@ class SpecialRecentChanges extends SpecialPage { $note = ''; if( !wfEmptyMsg( 'rclegend', wfMsg('rclegend') ) ) { - $note .= wfMsgExt( 'rclegend', array('parseinline') ); + $note .= '
' . wfMsgExt( 'rclegend', array('parseinline') ) . "
\n"; } if( $options['from'] ) { $note .= wfMsgExt( 'rcnotefrom', array( 'parseinline' ), -- 2.20.1