projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47bad30
)
foo
author
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 26 Nov 2006 19:42:40 +0000
(19:42 +0000)
committer
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 26 Nov 2006 19:42:40 +0000
(19:42 +0000)
IkiWiki/Render.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Render.pm
b/IkiWiki/Render.pm
index 47fbe7a61083eba6cb0f0bd08efe8623ddb0745a..d086537114544581cab44682df4c97bc220fd112 100644
(file)
--- a/
IkiWiki/Render.pm
+++ b/
IkiWiki/Render.pm
@@
-155,8
+155,8
@@
sub scan ($) { #{{{
push @links, titlepage($2);
}
if ($config{discussion}) {
- # Discussion links are a special case since they're
not in the
- # text of the page, but on its template.
+ # Discussion links are a special case since they're
+ #
not in the
text of the page, but on its template.
push @links, "$page/discussion";
}
$links{$page}=\@links;