From: Jens Frank Date: Sun, 23 Jan 2005 08:25:53 +0000 (+0000) Subject: BUG#1384 Make patrol signs have the same width for page moves as for edits X-Git-Tag: 1.5.0alpha1~859 X-Git-Url: http://git.cyclocoop.org/data/%24oldEdit?a=commitdiff_plain;h=85c613a7b013572fd214e0930ec63780eb946f19;p=lhc%2Fweb%2Fwiklou.git BUG#1384 Make patrol signs have the same width for page moves as for edits --- diff --git a/includes/ChangesList.php b/includes/ChangesList.php index fda270f154..3918eebb78 100644 --- a/includes/ChangesList.php +++ b/includes/ChangesList.php @@ -47,7 +47,7 @@ class ChangesList { $r .= '' ; if ( $rc_type == RC_MOVE || $rc_type == RC_MOVE_OVER_REDIRECT ) { - $r .= '  '; + $r .= '   '; } else { # M, N and ! $M = wfMsg( 'minoreditletter' );