about summary refs log tree commit homepage
path: root/lib/PublicInbox/Feed.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-05-05 00:47:41 +0000
committerEric Wong <e@80x24.org>2014-05-05 00:47:41 +0000
commitefdeec171349d5793f5af78c31f4b2d0c80a7ec8 (patch)
tree72733315d25803fd800a9ff8ae50440b736496c4 /lib/PublicInbox/Feed.pm
parentec1d0105e6f758ced83902b92b25df0c4b75613d (diff)
downloadpublic-inbox-efdeec171349d5793f5af78c31f4b2d0c80a7ec8.tar.gz
Some advertising is necessary.
Diffstat (limited to 'lib/PublicInbox/Feed.pm')
-rw-r--r--lib/PublicInbox/Feed.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/PublicInbox/Feed.pm b/lib/PublicInbox/Feed.pm
index 6996f374..fcb86023 100644
--- a/lib/PublicInbox/Feed.pm
+++ b/lib/PublicInbox/Feed.pm
@@ -89,6 +89,8 @@ sub generate_html_index {
         Email::Address->purge_cache;
 
         my $footer = nav_footer($args->{cgi}, $last);
+        my $list_footer = $args->{footer};
+        $footer .= "\n" . $list_footer if ($footer && $list_footer);
         $footer = "<hr /><pre>$footer</pre>" if $footer;
         $html . "</pre>$footer</html>";
 }