From cfd3e92cc55e7b1ff7de80283b83e9f05074fd0e Mon Sep 17 00:00:00 2001 From: alec Date: Sun, 28 Mar 2010 16:51:20 +0000 Subject: - Fix single space inserted on fwd/reply with top posting (#1486532) git-svn-id: https://svn.roundcube.net/trunk@3433 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/steps/mail/func.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program/steps/mail/func.inc') diff --git a/roundcubemail/program/steps/mail/func.inc b/roundcubemail/program/steps/mail/func.inc index 8edd9df8a..93a595602 100644 --- a/roundcubemail/program/steps/mail/func.inc +++ b/roundcubemail/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'); } -- cgit v1.2.3