http://www.cse.unsw.edu.au/~willu/ 2008-08-09 08:33:29 -04:00 committed by Joey Hess
parent 0eab8e9e67
commit d89e07c96c
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ Any comments? --[[Paweł|ptecza]]
}
if ($totalcount == 0) {
$fill = "100%"
$fill = "100%";
} else {
my $number = $donecount/$totalcount*100;
$fill = sprintf("%u%%", $number);