From: Leon Weber Date: Sun, 10 Dec 2006 09:49:29 +0000 (+0000) Subject: Fix to use the correct css class X-Git-Tag: 1.31.0-rc.0~54944 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/%7B%7B%20url_for%28%27admin_users%27%29%20%7D%7D?a=commitdiff_plain;h=4ff0b373ac6e6df1b6c73e66437fe0b7abd6fc82;p=lhc%2Fweb%2Fwiklou.git Fix to use the correct css class --- diff --git a/includes/RecentChange.php b/includes/RecentChange.php index 38ae322e4c..098572c473 100644 --- a/includes/RecentChange.php +++ b/includes/RecentChange.php @@ -538,7 +538,7 @@ class RecentChange $szdiff = $this->mAttribs['rc_new_len'] - $this->mAttribs['rc_old_len']; if( $szdiff < $wgRCChangedSizeThreshold ) { - return "($szdiff)"; + return "($szdiff)"; } elseif( $szdiff === 0 ) { return "($szdiff)"; } elseif( $szdiff > 0 ) {