From: Michael M Slusarz Date: Tue, 21 Sep 2010 20:23:11 +0000 (-0600) Subject: This allows the cursor to be placed after the blockquote X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=cf80c5c7d324403ac43f015d82de467229c51124;p=horde.git This allows the cursor to be placed after the blockquote --- diff --git a/imp/lib/Compose.php b/imp/lib/Compose.php index a476836ce..a9ed9b3d5 100644 --- a/imp/lib/Compose.php +++ b/imp/lib/Compose.php @@ -1538,7 +1538,7 @@ class IMP_Compose $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 {