X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/4f22989be1d0f901c4eb7b2be66e8483b3de30fa..6fb6d515247b53641c18c286312eb26b58bb9df3:/IkiWiki.pm 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}) {