From 74b2b0f34af2bfbd30c09d2730cbd4c4721c9666 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Wed, 10 Feb 2010 12:54:45 -0700 Subject: [PATCH] Tweaks to reply quote styling --- 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 93c42e90b..1da1b9094 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