about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-09-13 23:31:58 +0000
committerEric Wong <e@80x24.org>2015-09-13 23:31:58 +0000
commitfcc36a6b5e6a54ce7c3cbdb559928fa7af0fd488 (patch)
tree84c221755e956a9a79cada248b8406b4adc75a05 /lib
parent04e278fe938f638ee9ceb2283addf56253317821 (diff)
downloadpublic-inbox-fcc36a6b5e6a54ce7c3cbdb559928fa7af0fd488.tar.gz
Otherwise it could be a bit disorienting to jump to the
first message in the thread without navigation context.
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 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";
                 }