about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-09-15 02:49:18 +0000
committerEric Wong <e@80x24.org>2014-09-15 02:49:18 +0000
commita81f21e9f203c39e5d90426b97b40f2aa2f1e52c (patch)
tree5a12c5fb2e48f3c7dea60e3c9d063bd6b3c86cee /lib
parent9713697ffa1e811e378f4233baf4fe2fb133214a (diff)
downloadpublic-inbox-a81f21e9f203c39e5d90426b97b40f2aa2f1e52c.tar.gz
Not sure what I was thinking
Diffstat (limited to 'lib')
-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 64e2c188..92c20238 100644
--- a/lib/PublicInbox/View.pm
+++ b/lib/PublicInbox/View.pm
@@ -278,7 +278,7 @@ sub headers_to_html_header {
 
         my $irp = $header_obj->header_raw('In-Reply-To');
         if (defined $irp) {
-                my $v = PublicInbox::Hval->new_msgid(my $tmp = $irp);
+                my $v = PublicInbox::Hval->new_msgid($irp);
                 my $html = $v->as_html;
                 my $href = $v->as_href;
                 $rv .= "In-Reply-To: &lt;";