about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-06-07 07:54:05 +0000
committerEric Wong <e@80x24.org>2016-06-07 07:54:05 +0000
commit9785032e18c97504fb5f83ed7d1a3585437e9ec9 (patch)
tree680a26890e0d6a09237b6fcf914daa29bebe34d8
parent115f78accd1cd79ea716db1d4e29ddc0633a9d45 (diff)
downloadpublic-inbox-9785032e18c97504fb5f83ed7d1a3585437e9ec9.tar.gz
Oops, needless waste of space.
-rw-r--r--lib/PublicInbox/View.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/View.pm b/lib/PublicInbox/View.pm
index 0ba78fe2..6b6597dd 100644
--- a/lib/PublicInbox/View.pm
+++ b/lib/PublicInbox/View.pm
@@ -51,7 +51,7 @@ sub msg_reply {
         "* Reply to all the recipients using the <b>--to</b>, <b>--cc</b>,\n" .
         "  and <b>--in-reply-to</b> switches of git-send-email(1):\n\n" .
         "\tgit send-email \\\n\t\t" .
-        join(" \\ \n\t\t", @$arg ). "\n\n" .
+        join(" \\\n\t\t", @$arg ). "\n\n" .
         qq(  <a\nhref="$se_url">$se_url</a>\n\n) .
         "* If your mail client supports setting the <b>In-Reply-To</b>" .
         " header\n  via mailto: links, try the " .