From eb9db159012d8302695500fc2af675c68d5ed9e6 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 23 Jun 2017 09:51:47 +0000 Subject: [PATCH] view: add newline before mailto: instructions in reply This is necessary to retain consistent spacing around bullet points. Fixes: 666844ae42b5b17f ("reply: handle address obfuscation :<") --- lib/PublicInbox/View.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/PublicInbox/View.pm b/lib/PublicInbox/View.pm index 1e2bcd53..388207c6 100644 --- a/lib/PublicInbox/View.pm +++ b/lib/PublicInbox/View.pm @@ -65,6 +65,7 @@ sub msg_reply { # mailto: link only works if address obfuscation is disabled if ($link) { $link = <In-Reply-To header via mailto: links, try the mailto: link -- 2.44.0