From ce467384e263d459f70915742baccc87c2aa9b79 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Sun, 28 Mar 2010 12:51:20 -0400
Subject: [PATCH] - Fix single space inserted on fwd/reply with top posting (#1486532)

---
 program/steps/mail/func.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc
index 8edd9df..93a5956 100644
--- a/program/steps/mail/func.inc
+++ b/program/steps/mail/func.inc
@@ -629,7 +629,7 @@
     'cid_map' => $cid_replaces,
     'html_elements' => array('body'),
   );
-    
+
   if (!$p['inline_html']) {
     $wash_opts['html_elements'] = array('html','head','title','body');
   }

--
Gitblit v1.9.1