From: Michael M Slusarz Date: Tue, 23 Feb 2010 08:46:21 +0000 (-0700) Subject: Go back to using more widely used blockquote quoting method X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=a7840714af6df965103b0c5081dad03b633d36bb;p=horde.git Go back to using more widely used blockquote quoting method --- diff --git a/imp/lib/Compose.php b/imp/lib/Compose.php index 8df437852..ce7121a67 100644 --- a/imp/lib/Compose.php +++ b/imp/lib/Compose.php @@ -1482,9 +1482,9 @@ 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) : '') . '
'; $msg_text['mode'] = 'html'; } else {