From 7a9397cd357028e67c04a9f8d5eda2bd03d4b142 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 23 Feb 2010 23:56:42 -0700 Subject: [PATCH] More tweaking of reply style --- 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 ce7121a67..7af8d7ecd 100644 --- a/imp/lib/Compose.php +++ b/imp/lib/Compose.php @@ -1482,7 +1482,7 @@ class IMP_Compose if (!empty($msg_text) && ($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