summaryrefslogtreecommitdiff
path: root/program/steps/mail/func.inc
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2010-03-28 16:51:20 +0000
committeralecpl <alec@alec.pl>2010-03-28 16:51:20 +0000
commitce467384e263d459f70915742baccc87c2aa9b79 (patch)
treec11ba5bf95fc8b5c77c484703699e8d295c272bd /program/steps/mail/func.inc
parentc854241cc4f2a32321ec1fe03c49e54a718e4fc7 (diff)
- Fix single space inserted on fwd/reply with top posting (#1486532)
Diffstat (limited to 'program/steps/mail/func.inc')
-rw-r--r--program/steps/mail/func.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc
index 8edd9df8a..93a595602 100644
--- a/program/steps/mail/func.inc
+++ b/program/steps/mail/func.inc
@@ -629,7 +629,7 @@ function rcmail_wash_html($html, $p = array(), $cid_replaces)
'cid_map' => $cid_replaces,
'html_elements' => array('body'),
);
-
+
if (!$p['inline_html']) {
$wash_opts['html_elements'] = array('html','head','title','body');
}