From 76afceda9d7515912c27598d1eb7fda7a9dd94d0 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 30 Jan 2018 18:17:47 +0000 Subject: view: close
 in reply instructions

We leave the mailto: link out when obfuscating address, so
do not stuff the "
" closing tag into it. Instead, keep the closing tag in the same context as the opening one, making it easier to keep track of. --- lib/PublicInbox/View.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/PublicInbox') diff --git a/lib/PublicInbox/View.pm b/lib/PublicInbox/View.pm index 70e38a6e..0de53cb2 100644 --- a/lib/PublicInbox/View.pm +++ b/lib/PublicInbox/View.pm @@ -70,9 +70,10 @@ sub msg_reply { * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link +href="$link">mailto: link EOF } + push @$arg, '/path/to/YOUR_REPLY'; $arg = ascii_html(join(" \\\n ", '', @$arg)); <$se_url -$link +$link EOF } -- cgit v1.2.3-24-ge0c7