bug: percent shown twice with wiki output
authorAntoine Musso <hashar@users.mediawiki.org>
Sun, 14 Aug 2005 10:59:09 +0000 (10:59 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Sun, 14 Aug 2005 10:59:09 +0000 (10:59 +0000)
maintenance/transstat.php

index 39c54f1..8233aee 100644 (file)
@@ -81,7 +81,7 @@ class wikiStatsOutput extends statsOutput {
                $color = $red.$green.$blue;
 
                $percent = statsOutput::formatPercent($subset, $total, $revert, $accuracy);
-               return 'bgcolor="#'.$color.'" | '.$percent.'%';
+               return 'bgcolor="#'.$color.'" | '.$percent;
        }
 }