summaryrefslogtreecommitdiff
path: root/IkiWiki.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-08-05 19:39:50 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-08-05 19:39:50 -0400
commit182edf291bec90e77a59824e95ded696213b7edb (patch)
tree17d52f9912760bca2c2001df9a4d0d155d8ef906 /IkiWiki.pm
parent4b4bce500620b7e562a8229c3ff0288ec6a6545d (diff)
typo
Diffstat (limited to 'IkiWiki.pm')
-rw-r--r--IkiWiki.pm2
1 files changed, 1 insertions, 1 deletions
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}) {