]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/Feed.pm
No ext_urls
[public-inbox.git] / lib / PublicInbox / Feed.pm
index affe0fb6229ebf8b4fa5d54c604e75481b1d7e6a..de1e7dfeb584a5631acb8704d909b51ceedc2223 100644 (file)
@@ -70,6 +70,7 @@ sub new_html {
        }
        $ctx->{-html_tip} = '<pre>';
        $ctx->{-upfx} = '';
+       $ctx->{-spfx} = '' if $ctx->{ibx}->{coderepo};
        $ctx->{-hr} = 1;
        PublicInbox::WwwStream::aresponse($ctx, \&new_html_i);
 }