From a87b0cd6de8e1966ab3208322fe5710743a3c958 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 1 Jul 2016 11:10:48 +0000 Subject: view: avoid redundant trailing slash for In-Reply-To Oops, fortunately this branch is only exposed to non-Xapian users, right now. --- 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 140cfeed..fd882aa0 100644 --- a/lib/PublicInbox/View.pm +++ b/lib/PublicInbox/View.pm @@ -147,7 +147,7 @@ sub index_entry { my $mirt = PublicInbox::Hval->new_msgid($irt); my $href = $upfx . $mirt->as_href . '/'; my $html = $mirt->as_html; - $rv .= qq(In-Reply-To: <$html>\n) + $rv .= qq(In-Reply-To: <$html>\n) } $rv .= "\n"; -- cgit v1.2.3-24-ge0c7