projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75d9435
)
fix typo
author
Joey Hess
<joey@kodama.kitenet.net>
Mon, 1 Sep 2008 19:34:58 +0000
(15:34 -0400)
committer
Joey Hess
<joey@kodama.kitenet.net>
Mon, 1 Sep 2008 19:34:58 +0000
(15:34 -0400)
IkiWiki.pm
patch
|
blob
|
history
diff --git
a/IkiWiki.pm
b/IkiWiki.pm
index ff82e39617ade57148b251173253af9a4db3d206..ea44081aa25f33c693d0c82b19bc081a38fbfa9d 100644
(file)
--- a/
IkiWiki.pm
+++ b/
IkiWiki.pm
@@
-727,7
+727,7
@@
sub preprocess ($$$;$$) { #{{{
my $params=shift;
$params="" if ! defined $params;
- f (length $escape) {
+
i
f (length $escape) {
return "[[$prefix$command $params]]";
}
elsif (exists $hooks{preprocess}{$command}) {