diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-11-26 19:42:40 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-11-26 19:42:40 +0000 |
commit | f8cbf79735bc4588ba6fde12f3855a51efeb7ae8 (patch) | |
tree | 2c26df26db9e72ad5c9ceb4f4740edfc0fdf94e3 /IkiWiki/Render.pm | |
parent | 47bad30e6276282740754d5f9e64847ca1740c55 (diff) | |
download | ikiwiki-f8cbf79735bc4588ba6fde12f3855a51efeb7ae8.tar ikiwiki-f8cbf79735bc4588ba6fde12f3855a51efeb7ae8.tar.gz |
foo
Diffstat (limited to 'IkiWiki/Render.pm')
-rw-r--r-- | IkiWiki/Render.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/IkiWiki/Render.pm b/IkiWiki/Render.pm index 47fbe7a61..d08653711 100644 --- 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; |