X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=lib%2FPublicInbox%2FFeed.pm;h=b15fc3a09a1157f4937ef80d8ad91ba4a95df5a5;hp=f25dd267e30a8155f3546f509d47f6bdb2bf3b17;hb=55263c56cf41c87f8977cd6a6be65ac07b5cea87;hpb=52a02a813a46940530183ede4d4cc7028290cd8f diff --git a/lib/PublicInbox/Feed.pm b/lib/PublicInbox/Feed.pm index f25dd267..b15fc3a0 100644 --- a/lib/PublicInbox/Feed.pm +++ b/lib/PublicInbox/Feed.pm @@ -50,7 +50,8 @@ sub generate_html_index { } sub new_html_i { - my ($nr, $ctx) = @_; + my ($ctx) = @_; + return $ctx->html_top if exists $ctx->{-html_tip}; my $msgs = $ctx->{msgs}; while (my $smsg = shift @$msgs) { my $eml = $ctx->{-inbox}->smsg_eml($smsg) or next;