about summary refs log tree commit homepage
path: root/lib/PublicInbox/Feed.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-09-01 20:33:23 +0000
committerEric Wong <e@80x24.org>2015-09-01 20:34:51 +0000
commit200995ccc238049fb93ce97455935f0848b5666f (patch)
tree0b254e47f00aa7ee856348a03d3a7e3e7e119fa9 /lib/PublicInbox/Feed.pm
parentedc74420a45d7d2f9c1400bf05c1ef6fef115e4a (diff)
downloadpublic-inbox-200995ccc238049fb93ce97455935f0848b5666f.tar.gz
It makes sense to distinguish the two a little.
Diffstat (limited to 'lib/PublicInbox/Feed.pm')
-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;