]> sipb.mit.edu Git - ikiwiki.git/commitdiff
fold
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 29 Oct 2006 00:24:18 +0000 (00:24 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 29 Oct 2006 00:24:18 +0000 (00:24 +0000)
IkiWiki.pm

index a6869d454cb90389e22a3d60adca3d0507057094..1d9d2492cf2eb0170ab9916632e351adca4edf80 100644 (file)
@@ -509,7 +509,7 @@ sub preprocess ($$$;$) { #{{{
        return $content;
 } #}}}
 
-sub filter ($$) {
+sub filter ($$) { #{{{
        my $page=shift;
        my $content=shift;
 
@@ -518,7 +518,7 @@ sub filter ($$) {
        });
 
        return $content;
-}
+} #}}}
 
 sub indexlink () { #{{{
        return "<a href=\"$config{url}\">$config{wikiname}</a>";