]> Sergey Matveev's repositories - public-inbox.git/commitdiff
view: add newline before mailto: instructions in reply
authorEric Wong <e@80x24.org>
Fri, 23 Jun 2017 09:51:47 +0000 (09:51 +0000)
committerEric Wong <e@80x24.org>
Fri, 23 Jun 2017 09:53:14 +0000 (09:53 +0000)
This is necessary to retain consistent spacing around bullet
points.

Fixes: 666844ae42b5b17f ("reply: handle address obfuscation :<")
lib/PublicInbox/View.pm

index 1e2bcd53ddc350a786a908d662a3236b6891476f..388207c6b1125f736ea47c0746271fbdc8db6ef0 100644 (file)
@@ -65,6 +65,7 @@ sub msg_reply {
        # mailto: link only works if address obfuscation is disabled
        if ($link) {
                $link = <<EOF;
        # mailto: link only works if address obfuscation is disabled
        if ($link) {
                $link = <<EOF;
+
 * If your mail client supports setting the <b>In-Reply-To</b> header
   via mailto: links, try the <a
 href="$link">mailto: link</a></pre>
 * If your mail client supports setting the <b>In-Reply-To</b> header
   via mailto: links, try the <a
 href="$link">mailto: link</a></pre>