X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FRecentChange.php;h=f63e95cc42a5b39f0cd7a8ce40659d40f1edfad3;hb=6e63a509ebaef1259e779da6b421c418955b1cdd;hp=047042697cfbd9e469db7d0d3166901b99cc8bfc;hpb=d1f8c02d06888a32c82907d354d97dca162d49f6;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/RecentChange.php b/includes/RecentChange.php index 047042697c..f63e95cc42 100644 --- a/includes/RecentChange.php +++ b/includes/RecentChange.php @@ -80,7 +80,7 @@ class RecentChange { * @var Title */ var $mMovedToTitle = false; - var $numberofWatchingusers = 0 ; # Dummy to prevent error message in SpecialRecentchangeslinked + var $numberofWatchingusers = 0; # Dummy to prevent error message in SpecialRecentchangeslinked var $notificationtimestamp; # Factory methods @@ -712,7 +712,7 @@ class RecentChange { $trail = "curid=" . (int)( $this->mAttribs['rc_cur_id'] ) . "&oldid=" . (int)( $this->mAttribs['rc_last_oldid'] ); if ( $forceCur ) { - $trail .= '&diff=0' ; + $trail .= '&diff=0'; } else { $trail .= '&diff=' . (int)( $this->mAttribs['rc_this_oldid'] ); } @@ -761,10 +761,10 @@ class RecentChange { if ( $szdiff < -500 ) { $szdiff = "\002$szdiff\002"; } elseif ( $szdiff >= 0 ) { - $szdiff = '+' . $szdiff ; + $szdiff = '+' . $szdiff; } // @todo i18n with parentheses in content language? - $szdiff = '(' . $szdiff . ')' ; + $szdiff = '(' . $szdiff . ')'; } else { $szdiff = ''; }