add a newline at the end of replies
authorAndrew Engelbrecht <sudoman@ninthfloor.org>
Mon, 3 Aug 2015 19:42:13 +0000 (15:42 -0400)
committerAndrew Engelbrecht <sudoman@ninthfloor.org>
Mon, 7 Dec 2015 18:28:42 +0000 (13:28 -0500)
edward

diff --git a/edward b/edward
index 4d1c67a74f1a50a34429a74fb366461ec85574c9..673e4dc74f8ac18414b5a61d1cdebe24458d5653 100755 (executable)
--- a/edward
+++ b/edward
@@ -933,6 +933,7 @@ def write_reply (replyinfo_obj):
 
     reply_plain += "\n\n"
     reply_plain += replyinfo_obj.replies['signature']
+    reply_plain += "\n"
 
     return reply_plain