From: Eric Wong Date: Sun, 13 Sep 2015 23:31:58 +0000 (+0000) Subject: view: jump to anchor of current message on References X-Git-Tag: v1.0.0~882 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=fcc36a6b5e6a54ce7c3cbdb559928fa7af0fd488;p=public-inbox.git 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. --- 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"; }