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 aaab3b2a..65bc2f81 100644
--- a/lib/PublicInbox/View.pm
+++ b/lib/PublicInbox/View.pm
@@ -436,7 +436,7 @@ sub headers_to_html_header {
         if ($srch) {
                 if ($header_obj->header('In-Reply-To') ||
                     $header_obj->header('References')) {
-                        $rv .= "<a\nhref=\"${upfx}t/\">" .
+                        $rv .= "<a\nhref=\"${upfx}t/#u\">" .
                                 "References: [expand]</a>\n";
                 }