projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a440d2
)
This allows the cursor to be placed after the blockquote
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 21 Sep 2010 20:23:11 +0000
(14:23 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 22 Sep 2010 03:20:01 +0000
(21:20 -0600)
imp/lib/Compose.php
patch
|
blob
|
history
diff --git
a/imp/lib/Compose.php
b/imp/lib/Compose.php
index
a476836
..
a9ed9b3
100644
(file)
--- a/
imp/lib/Compose.php
+++ b/
imp/lib/Compose.php
@@
-1538,7
+1538,7
@@
class IMP_Compose
$msg = '<p>' . $this->text2html(trim($msg_pre)) . '</p>' .
'<blockquote type="cite" style="background-color:#f0f0f0;border-left:1px solid blue;padding-left:1em;">' .
(($msg_text['mode'] == 'text') ? $this->text2html($msg_text['text']) : $msg_text['text']) .
- '</blockquote>' .
+ '</blockquote>
<br />
' .
($msg_post ? $this->text2html($msg_post) : '') . '<br />';
$msg_text['mode'] = 'html';
} else {