about summary refs log tree commit homepage
path: root/lib/PublicInbox
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-05-18 02:34:46 +0000
committerEric Wong <e@80x24.org>2016-05-18 02:34:36 +0000
commit7866aae1b6a6d73fc9c0df061164bdb08d3f14fd (patch)
tree5c414498a5c574ccae34bfb0797d5c2f98d39c9f /lib/PublicInbox
parent803af0b41639ce7f4976c7dca77367485473bb30 (diff)
downloadpublic-inbox-7866aae1b6a6d73fc9c0df061164bdb08d3f14fd.tar.gz
Oops, but perhaps the "reply" endpoint should be embedded
into the permalink message view itself to reduce URLs.
Diffstat (limited to 'lib/PublicInbox')
-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 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) {