]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/View.pm
www: fix top nav bar for unindexed v1 inboxes
[public-inbox.git] / lib / PublicInbox / View.pm
index 2e5228e1c9609df75e8d3bba7f8c61c2035db5c3..11a94ba938636ce28bd8d5373d5e2b3d50c811c6 100644 (file)
@@ -678,7 +678,7 @@ sub _msg_page_prepare_obuf {
                $ctx->{chash} = content_hash($eml) if $ctx->{smsg}; # reused MID
                $rv .= "<pre\nid=b>"; # anchor for body start
        }
-       $ctx->{-upfx} = '../' if $have_over;
+       $ctx->{-upfx} = '../';
        my @title; # (Subject[0], From[0])
        for my $v ($eml->header('From')) {
                my @n = PublicInbox::Address::names($v);