From: http://www.cse.unsw.edu.au/~willu/ <http://www.cse.unsw.edu.au/~willu/@web>
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.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/d89e07c96c4890566e12768191fd5f5f0905cb11

---

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);