From: Michael M Slusarz Date: Fri, 19 Nov 2010 23:42:36 +0000 (-0700) Subject: Tweak HTML reply CSS X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=d44de21dda8fa2a222030ff56353eac85348c447;p=horde.git Tweak HTML reply CSS --- 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) : '') . '
';