projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bda6af
)
These constants may not be available at load time - use real values instead
author
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 30 Oct 2009 22:37:37 +0000
(16:37 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 30 Oct 2009 22:37:37 +0000
(16:37 -0600)
imp/lib/UI/Compose.php
patch
|
blob
|
history
diff --git
a/imp/lib/UI/Compose.php
b/imp/lib/UI/Compose.php
index
885ebbb
..
0efbbe5
100644
(file)
--- a/
imp/lib/UI/Compose.php
+++ b/
imp/lib/UI/Compose.php
@@
-180,8
+180,10
@@
class IMP_UI_Compose
$config = array(
/* To more closely match "normal" textarea behavior, send <BR> on
* enter instead of <P>. */
- 'enterMode: CKEDITOR.ENTER_BR',
- 'shiftEnterMode: CKEDITOR.ENTER_P',
+ // CKEDITOR.ENTER_BR
+ 'enterMode: 2',
+ // CKEDITOR.ENTER_P
+ 'shiftEnterMode: 1',
/* Don't load the config.js file. */
'customConfig: ""',