about summary refs log tree commit homepage
diff options
context:
space:
mode:
-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) {