From: joey Date: Sun, 26 Nov 2006 19:42:40 +0000 (+0000) Subject: foo X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/f8cbf79735bc4588ba6fde12f3855a51efeb7ae8?ds=sidebyside foo --- 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;