diff options
author | http://www.cse.unsw.edu.au/~willu/ <http://www.cse.unsw.edu.au/~willu/@web> | 2008-08-09 08:33:29 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-08-09 08:33:29 -0400 |
commit | d89e07c96c4890566e12768191fd5f5f0905cb11 (patch) | |
tree | 3d0e491bdba9f8d2bb4b918eb11fb5b786b91a07 /doc | |
parent | 0eab8e9e67e963502a359f298f14eb919272f56f (diff) |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/progressbar_plugin.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
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); |