diff options
author | http://www.cse.unsw.edu.au/~willu/ <http://www.cse.unsw.edu.au/~willu/@web> | 2008-08-09 08:35:59 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-08-09 08:35:59 -0400 |
commit | 252f8adc2aec18005c8b05bca1a31f73b2c078b8 (patch) | |
tree | 53f27fa84a56d449d61d07ef2b69fe1853a5a0f2 /doc | |
parent | d89e07c96c4890566e12768191fd5f5f0905cb11 (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 aa066680f..19e23a6f0 100644 --- a/doc/todo/progressbar_plugin.mdwn +++ b/doc/todo/progressbar_plugin.mdwn @@ -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); |