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 9974cfa1..2e70d25a 100644
--- a/lib/PublicInbox/View.pm
+++ b/lib/PublicInbox/View.pm
@@ -286,7 +286,7 @@ sub headers_to_html_header {
                 $rv .= 'Message-ID: <' . $mid->as_html . '> ';
                 my $href = $mid->as_href;
                 $href = "../m/$href" unless $full_pfx;
-                $rv .= "(<a\nhref=\"$href.txt\">original</a>)\n";
+                $rv .= "(<a\nhref=\"$href.txt\">raw</a>)\n";
         }
 
         my $irp = $header_obj->header_raw('In-Reply-To');