From: Michael M Slusarz Date: Wed, 10 Feb 2010 19:54:45 +0000 (-0700) Subject: Tweaks to reply quote styling X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=74b2b0f34af2bfbd30c09d2730cbd4c4721c9666;p=horde.git Tweaks to reply quote styling --- 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) : '') . '
';