projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
318ca06
)
fold
author
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 29 Oct 2006 00:24:18 +0000
(
00:24
+0000)
committer
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 29 Oct 2006 00:24:18 +0000
(
00:24
+0000)
IkiWiki.pm
patch
|
blob
|
history
diff --git
a/IkiWiki.pm
b/IkiWiki.pm
index a6869d454cb90389e22a3d60adca3d0507057094..1d9d2492cf2eb0170ab9916632e351adca4edf80 100644
(file)
--- a/
IkiWiki.pm
+++ b/
IkiWiki.pm
@@
-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>";