From: http://www.cse.unsw.edu.au/~willu/ Date: Sat, 9 Aug 2008 12:33:29 +0000 (-0400) Subject: (no commit message) X-Git-Tag: 2.60~4^2~3 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d89e07c96c4890566e12768191fd5f5f0905cb11;p=ikiwiki.git --- diff --git a/doc/todo/progressbar_plugin.mdwn b/doc/todo/progressbar_plugin.mdwn index 2325d2e40..aa066680f 100644 --- a/doc/todo/progressbar_plugin.mdwn +++ b/doc/todo/progressbar_plugin.mdwn @@ -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);