about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--lib/PublicInbox/View.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/View.pm b/lib/PublicInbox/View.pm
index ea313644..df2de408 100644
--- a/lib/PublicInbox/View.pm
+++ b/lib/PublicInbox/View.pm
@@ -620,7 +620,7 @@ sub __thread_entry {
                 foreach my $g (@$ghost) {
                         $$cb->write("<table\nsummary=ghost><tr><td>" .
                                 (INDENT x $g->[1]) . "</td><td>" .
-                                PRE_WRAP . ghost_parent('', $g->[0]) .
+                                PRE_WRAP . ghost_parent('../', $g->[0]) .
                                 '</pre></td></table>');
                 }
         }