diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-08-05 19:39:50 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-08-05 19:39:50 -0400 |
commit | 182edf291bec90e77a59824e95ded696213b7edb (patch) | |
tree | 17d52f9912760bca2c2001df9a4d0d155d8ef906 | |
parent | 4b4bce500620b7e562a8229c3ff0288ec6a6545d (diff) |
typo
-rw-r--r-- | IkiWiki.pm | 2 |
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}) { |