From 85c613a7b013572fd214e0930ec63780eb946f19 Mon Sep 17 00:00:00 2001 From: Jens Frank Date: Sun, 23 Jan 2005 08:25:53 +0000 Subject: [PATCH] BUG#1384 Make patrol signs have the same width for page moves as for edits --- includes/ChangesList.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ); -- 2.20.1