]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
fix typo
authorJoey Hess <joey@kodama.kitenet.net>
Mon, 1 Sep 2008 19:34:58 +0000 (15:34 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Mon, 1 Sep 2008 19:34:58 +0000 (15:34 -0400)
IkiWiki.pm

index ff82e39617ade57148b251173253af9a4db3d206..ea44081aa25f33c693d0c82b19bc081a38fbfa9d 100644 (file)
@@ -727,7 +727,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}) {