From 252f8adc2aec18005c8b05bca1a31f73b2c078b8 Mon Sep 17 00:00:00 2001 From: "http://www.cse.unsw.edu.au/~willu/" Date: Sat, 9 Aug 2008 08:35:59 -0400 Subject: [PATCH] --- doc/todo/progressbar_plugin.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.32.0.93.g670b81a890