aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-08-05 19:30:09 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-08-05 19:30:09 -0400
commitc8d3626c51bdc53781d9431b1da88ae1e92dc2d5 (patch)
treeafda46aa96a8f0ffc7b1ccb4ae1347dfc8c8812e /IkiWiki.pm
parent4f22989be1d0f901c4eb7b2be66e8483b3de30fa (diff)
downloadikiwiki-c8d3626c51bdc53781d9431b1da88ae1e92dc2d5.tar
ikiwiki-c8d3626c51bdc53781d9431b1da88ae1e92dc2d5.tar.gz
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}) {