From: Aaron Schulz Date: Thu, 20 Mar 2008 02:53:47 +0000 (+0000) Subject: Remove lead space - not useful X-Git-Tag: 1.31.0-rc.0~48955 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=a8ebfa7f7a5a5c14c1fd3ff8f4a5f9df850e508d;p=lhc%2Fweb%2Fwiklou.git Remove lead space - not useful --- diff --git a/includes/ChangesList.php b/includes/ChangesList.php index 12c10f2330..931e04442a 100644 --- a/includes/ChangesList.php +++ b/includes/ChangesList.php @@ -558,7 +558,7 @@ class EnhancedChangesList extends ChangesList { $r .= ''.$tl.''; # Main line - $r .= ' '.$this->recentChangesFlags( $isnew, false, $unpatrolled, ' ', $bot ); + $r .= ''.$this->recentChangesFlags( $isnew, false, $unpatrolled, ' ', $bot ); # Timestamp $r .= ' '.$block[0]->timestamp.' '; @@ -772,7 +772,7 @@ class EnhancedChangesList extends ChangesList { $r .= ''; # Flag and Timestamp - $r .= ' '; + $r .= ''; if( $rc_type == RC_MOVE || $rc_type == RC_MOVE_OVER_REDIRECT ) { $r .= '    '; // 4 flags -> 4 spaces } else {