From af5daaa592ded3459f0f7903d0e3a1bd572c4c04 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 1 Sep 2008 15:34:58 -0400 Subject: [PATCH] fix typo --- IkiWiki.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IkiWiki.pm b/IkiWiki.pm index ff82e3961..ea44081aa 100644 --- a/IkiWiki.pm +++ b/IkiWiki.pm @@ -727,7 +727,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.26.2