From: Joey Hess Date: Mon, 1 Sep 2008 19:34:58 +0000 (-0400) Subject: fix typo X-Git-Tag: 2.53.1~3 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/af5daaa592ded3459f0f7903d0e3a1bd572c4c04 fix typo --- 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}) {