From 182edf291bec90e77a59824e95ded696213b7edb Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 5 Aug 2008 19:39:50 -0400 Subject: [PATCH] typo --- IkiWiki.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IkiWiki.pm b/IkiWiki.pm index bf4a0d415..e1c4b6e2f 100644 --- a/IkiWiki.pm +++ b/IkiWiki.pm @@ -1045,7 +1045,7 @@ sub preprocess ($$$;$$) { #{{{ my $params=shift; $params="" if ! defined $params; - f (length $escape) { + if (length $escape) { return "[[$prefix$command $params]]"; } elsif (exists $hooks{preprocess}{$command}) { -- 2.45.0