master
joey 2006-11-26 19:42:40 +00:00
parent 47bad30e62
commit f8cbf79735
1 changed files with 2 additions and 2 deletions

View 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;