From 7866aae1b6a6d73fc9c0df061164bdb08d3f14fd Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 18 May 2016 02:34:46 +0000 Subject: view: avoid redirect to reply endpoint Oops, but perhaps the "reply" endpoint should be embedded into the permalink message view itself to reduce URLs. --- lib/PublicInbox/View.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/PublicInbox/View.pm b/lib/PublicInbox/View.pm index 2513cd0b..2ac2a939 100644 --- a/lib/PublicInbox/View.pm +++ b/lib/PublicInbox/View.pm @@ -132,7 +132,7 @@ sub index_entry { index_walk($fh, $_[0], $enc, \$part_nr); }); $mime->body_set(''); - $rv = "\n" . html_footer($hdr, 0, $ctx, "$path$href/R"); + $rv = "\n" . html_footer($hdr, 0, $ctx, "$path$href/R/"); if (defined $irt) { unless (defined $parent_anchor) { -- cgit v1.2.3-24-ge0c7