master
joey 2006-03-10 06:04:02 +00:00
parent 035a4f31b1
commit 56fd145ceb
1 changed files with 2 additions and 1 deletions

View File

@ -220,7 +220,8 @@ sub linkbacks ($$) {
}
}
$content.="<hr><p>Links: ".join(" ", sort @links)."</p>\n";
$content.="<hr><p>Links: ".join(" ", sort @links)."</p>\n" if @links;
return $content;
}
sub finalize ($$) {