Fix to use the correct css class
authorLeon Weber <leon@users.mediawiki.org>
Sun, 10 Dec 2006 09:49:29 +0000 (09:49 +0000)
committerLeon Weber <leon@users.mediawiki.org>
Sun, 10 Dec 2006 09:49:29 +0000 (09:49 +0000)
includes/RecentChange.php

index 38ae322..098572c 100644 (file)
@@ -538,7 +538,7 @@ class RecentChange
                $szdiff = $this->mAttribs['rc_new_len'] - $this->mAttribs['rc_old_len'];
 
                if( $szdiff < $wgRCChangedSizeThreshold ) {
-                       return "<span class='mw-plusminus-big'>($szdiff)</span>";
+                       return "<span class='mw-plusminus-bold'>($szdiff)</span>";
                } elseif( $szdiff === 0 ) {
                        return "<span class='mw-plusminus-null'>($szdiff)</span>";
                } elseif( $szdiff > 0 ) {