From: Eric Wong Date: Fri, 4 Sep 2015 08:56:30 +0000 (+0000) Subject: view: fix broken link to ghost fallback X-Git-Tag: v1.0.0~908 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=68d0ef45113ad2761e4f065250f329a5f52eb5f0;p=public-inbox.git view: fix broken link to ghost fallback Once again, the regression was introduced in commit 16ca6b7a57266fcb466ffff005bc1d644bad14c1 (view: avoid attempting to find "subject dummy") --- 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]) . ''); } }