about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-04-17 22:08:31 +0000
committerEric Wong <e@80x24.org>2014-04-17 22:08:31 +0000
commit07d0e0cbd7ba54fe40d12d168fdb95efc3c3ad0c (patch)
tree25e2b7daf5c4a3e4079b50c376dc84531eb9da29 /lib
parent957d85db25b3dc99647ae15fd57d9e8dd9579883 (diff)
downloadpublic-inbox-07d0e0cbd7ba54fe40d12d168fdb95efc3c3ad0c.tar.gz
It is pointless to link to ourselves.
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 f645b9ba..1a912a6e 100644
--- a/lib/PublicInbox/View.pm
+++ b/lib/PublicInbox/View.pm
@@ -173,7 +173,7 @@ sub headers_to_html_header {
         my $mid = $simple->header('Message-ID');
         if (defined $mid) {
                 my ($html, $href) = trim_message_id($mid);
-                $rv .= "Message-ID: &lt;<a href=\"$href.html\">$html</a>&gt; ";
+                $rv .= "Message-ID: &lt;$html&gt; ";
                 $rv .= "(<a href=\"$href.txt\">original</a>)\n";
         }