From: Joey Hess Date: Tue, 5 Aug 2008 23:39:50 +0000 (-0400) Subject: typo X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/182edf291bec90e77a59824e95ded696213b7edb typo --- 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}) {