typo
authorJoey Hess <joey@kodama.kitenet.net>
Tue, 5 Aug 2008 23:39:50 +0000 (19:39 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Tue, 5 Aug 2008 23:39:50 +0000 (19:39 -0400)
IkiWiki.pm

index bf4a0d415ab0afc7270f25ca1ab9a7b4c2187a10..e1c4b6e2fdcb97ac2902c6e6fe0e78061f927ead 100644 (file)
@@ -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}) {