]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/WwwListing.pm
www: move mirror instructions to /text/
[public-inbox.git] / lib / PublicInbox / WwwListing.pm
index ef9048b5be925f77ab20377a049171aa4f4f47ad..c37796195e681441106c5e6218041ecbacdae2b5 100644 (file)
@@ -226,9 +226,7 @@ sub psgi_triple {
        } else {
                $gzf->zmore('<pre>no inboxes, yet');
        }
-       my $out = $gzf->zflush('</pre><hr><pre>'.
-                       PublicInbox::WwwStream::code_footer($ctx->{env}) .
-                       '</pre></body></html>');
+       my $out = $gzf->zflush('</pre></body></html>');
        $h->[3] = length($out);
        [ $code, $h, [ $out ] ];
 }