From cf80c5c7d324403ac43f015d82de467229c51124 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 21 Sep 2010 14:23:11 -0600 Subject: [PATCH] This allows the cursor to be placed after the blockquote --- imp/lib/Compose.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.11.0