From 68d0ef45113ad2761e4f065250f329a5f52eb5f0 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 4 Sep 2015 08:56:30 +0000 Subject: view: fix broken link to ghost fallback Once again, the regression was introduced in commit 16ca6b7a57266fcb466ffff005bc1d644bad14c1 (view: avoid attempting to find "subject dummy") --- lib/PublicInbox/View.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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("" . (INDENT x $g->[1]) . "" . - PRE_WRAP . ghost_parent('', $g->[0]) . + PRE_WRAP . ghost_parent('../', $g->[0]) . ''); } } -- cgit v1.2.3-24-ge0c7