master
joey 2006-10-29 00:24:18 +00:00
parent 318ca063b8
commit 438676af37
1 changed files with 2 additions and 2 deletions

View 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>";