From: Michael M Slusarz Date: Wed, 24 Feb 2010 06:56:42 +0000 (-0700) Subject: More tweaking of reply style X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=7a9397cd357028e67c04a9f8d5eda2bd03d4b142;p=horde.git More tweaking of reply style --- 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) : '') . '
';