aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/progressbar_plugin.mdwn
diff options
context:
space:
mode:
authorhttp://www.cse.unsw.edu.au/~willu/ <http://www.cse.unsw.edu.au/~willu/@web>2008-08-09 08:33:29 -0400
committerJoey Hess <joey@kitenet.net>2008-08-09 08:33:29 -0400
commitd89e07c96c4890566e12768191fd5f5f0905cb11 (patch)
tree3d0e491bdba9f8d2bb4b918eb11fb5b786b91a07 /doc/todo/progressbar_plugin.mdwn
parent0eab8e9e67e963502a359f298f14eb919272f56f (diff)
downloadikiwiki-d89e07c96c4890566e12768191fd5f5f0905cb11.tar
ikiwiki-d89e07c96c4890566e12768191fd5f5f0905cb11.tar.gz
Diffstat (limited to 'doc/todo/progressbar_plugin.mdwn')
-rw-r--r--doc/todo/progressbar_plugin.mdwn2
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);