about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-07-01 11:10:48 +0000
committerEric Wong <e@80x24.org>2016-07-01 11:10:48 +0000
commita87b0cd6de8e1966ab3208322fe5710743a3c958 (patch)
treeb1f85c26ebcdcf4bab2be87152d6e4555db5692b
parentc056071159932b3b9c8454314887b6f45de2ae0f (diff)
downloadpublic-inbox-a87b0cd6de8e1966ab3208322fe5710743a3c958.tar.gz
Oops, fortunately this branch is only exposed to non-Xapian
users, right now.
-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 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: &lt;<a\nhref="$href/">$html</a>&gt;\n)
+                $rv .= qq(In-Reply-To: &lt;<a\nhref="$href">$html</a>&gt;\n)
         }
         $rv .= "\n";