From d797b9ab0e4d7323ad769229dc98f57dc4f08f02 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 4 Oct 2009 20:35:02 -0400 Subject: [PATCH] remove /i from regexp Nothing case-oriented going on in here. --- IkiWiki.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IkiWiki.pm b/IkiWiki.pm index 2637f6017..97d84c9de 100644 --- a/IkiWiki.pm +++ b/IkiWiki.pm @@ -1870,7 +1870,7 @@ sub pagespec_translate ($) { [^\s()]+ # any other text ) \s* # ignore whitespace - }igx) { + }gx) { my $word=$1; if (lc $word eq 'and') { $code.=' &&'; -- 2.32.0.93.g670b81a890