]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Render.pm
* Add userdir config setting.
[ikiwiki.git] / IkiWiki / Render.pm
index 47fbe7a61083eba6cb0f0bd08efe8623ddb0745a..d086537114544581cab44682df4c97bc220fd112 100644 (file)
@@ -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;