From: Michael M Slusarz Date: Wed, 28 Jul 2010 17:15:00 +0000 (-0600) Subject: More tweaks to HTML quoting style. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=f1f0cc184dea9f56a251ca183a027c91d0fec6c5;p=horde.git More tweaks to HTML quoting style. Outlook and/or hotmail doesn't seem to reply to just blockquote/cite very well. --- diff --git a/imp/lib/Compose.php b/imp/lib/Compose.php index 0c72354d3..f03b6805b 100644 --- a/imp/lib/Compose.php +++ b/imp/lib/Compose.php @@ -1495,7 +1495,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) : '') . '
';