From d44de21dda8fa2a222030ff56353eac85348c447 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Fri, 19 Nov 2010 16:42:36 -0700 Subject: [PATCH] Tweak HTML reply CSS --- imp/lib/Compose.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imp/lib/Compose.php b/imp/lib/Compose.php index 872333a42..bf1c207b4 100644 --- a/imp/lib/Compose.php +++ b/imp/lib/Compose.php @@ -1529,7 +1529,7 @@ class IMP_Compose implements ArrayAccess, Countable, Iterator ($prefs->getValue('compose_html') || ($msg_text['mode'] == 'html'))) { $msg = '

' . $this->text2html(trim($msg_pre)) . '

' . - '
' . + '
' . (($msg_text['mode'] == 'text') ? $this->text2html($msg_text['text']) : $msg_text['text']) . '

' . ($msg_post ? $this->text2html($msg_post) : '') . '
'; -- 2.11.0