From fcc36a6b5e6a54ce7c3cbdb559928fa7af0fd488 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 13 Sep 2015 23:31:58 +0000 Subject: [PATCH] view: jump to anchor of current message on References Otherwise it could be a bit disorienting to jump to the first message in the thread without navigation context. --- lib/PublicInbox/View.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 .= "" . + $rv .= "" . "References: [expand]\n"; } -- 2.48.1