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