]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/Feed.pm
wwwstream: reduce blob fetch paths for ->getline
[public-inbox.git] / lib / PublicInbox / Feed.pm
index f25dd267e30a8155f3546f509d47f6bdb2bf3b17..b15fc3a09a1157f4937ef80d8ad91ba4a95df5a5 100644 (file)
@@ -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;