about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-09-04 08:56:30 +0000
committerEric Wong <e@80x24.org>2015-09-04 08:56:30 +0000
commit68d0ef45113ad2761e4f065250f329a5f52eb5f0 (patch)
tree48c7fe96586781c5f88e61a873f407d8cc310764 /lib
parent6e509b610078e6758b98d1151ea775f76fd22cbe (diff)
downloadpublic-inbox-68d0ef45113ad2761e4f065250f329a5f52eb5f0.tar.gz
Once again, the regression was introduced in
commit 16ca6b7a57266fcb466ffff005bc1d644bad14c1
(view: avoid attempting to find "subject dummy")
Diffstat (limited to 'lib')
-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>');
                 }
         }