]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/todo/progressbar_plugin.mdwn
(no commit message)
[ikiwiki.git] / doc / todo / progressbar_plugin.mdwn
index 2325d2e402beaf834d8ec996440132beeb9aae62..aa066680f42cc2964dbc96a0544cabdda8bf89ab 100644 (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);