about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--lib/PublicInbox/Feed.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/Feed.pm b/lib/PublicInbox/Feed.pm
index 96158802..8fc65fb5 100644
--- a/lib/PublicInbox/Feed.pm
+++ b/lib/PublicInbox/Feed.pm
@@ -158,7 +158,7 @@ sub emit_html_index {
         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 = "<hr /><pre>$footer</pre>";
         }
         $fh->write(dump_topics($topics)) if $topics;