projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8cf118
)
Bug #9079: Don't send HTML entities when using HTML editor
author
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 7 Jun 2010 19:24:16 +0000
(13:24 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 7 Jun 2010 19:25:03 +0000
(13:25 -0600)
imp/lib/Ui/Compose.php
patch
|
blob
|
history
diff --git
a/imp/lib/Ui/Compose.php
b/imp/lib/Ui/Compose.php
index
23355bc
..
c96fe15
100644
(file)
--- a/
imp/lib/Ui/Compose.php
+++ b/
imp/lib/Ui/Compose.php
@@
-166,6
+166,9
@@
class IMP_Ui_Compose
/* Disable spell check as you type. */
'scayt_autoStartup: false',
+ /* Convert HTML entities. */
+ 'entities: false',
+
/* Default display font. This is NOT the font used to send
* the message, however. */
'contentsCss: "body { font-family: Arial; font-size: 12px; }"',