lib/PublicInbox/Feed.pm | 2 +- diff --git a/lib/PublicInbox/Feed.pm b/lib/PublicInbox/Feed.pm index 961588020bdf4decca519d179413e94af5d5f278..8fc65fb55b3095f3cdfea881d22aa599a6760cfe 100644 --- a/lib/PublicInbox/Feed.pm +++ b/lib/PublicInbox/Feed.pm @@ -158,7 +158,7 @@ my $footer = nav_footer($ctx->{cgi}, $last, $feed_opts, $state); if ($footer) { my $list_footer = $ctx->{footer}; - $footer .= "\n" . $list_footer if $list_footer; + $footer .= "\n\n" . $list_footer if $list_footer; $footer = "
$footer
"; } $fh->write(dump_topics($topics)) if $topics;