]> sipb.mit.edu Git - ikiwiki.git/commitdiff
(no commit message)
authorhttp://www.cse.unsw.edu.au/~willu/ <http://www.cse.unsw.edu.au/~willu/@web>
Sat, 9 Aug 2008 12:35:59 +0000 (08:35 -0400)
committerJoey Hess <joey@kitenet.net>
Sat, 9 Aug 2008 12:35:59 +0000 (08:35 -0400)
doc/todo/progressbar_plugin.mdwn

index aa066680f42cc2964dbc96a0544cabdda8bf89ab..19e23a6f0cd72252be84140841d25f654cce7c5c 100644 (file)
@@ -63,7 +63,7 @@ Any comments? --[[PaweÅ‚|ptecza]]
     use strict;
     use IkiWiki 2.00;
     
-    my $percentage_pattern = qr/[0-9]\%/; # pattern to validate percentages
+    my $percentage_pattern = qr/[0-9]+\%/; # pattern to validate percentages
     
     sub import { #{{{
        hook(type => "getsetup", id => "progress", call => \&getsetup);