Bug #9079: Don't send HTML entities when using HTML editor
authorMichael M Slusarz <slusarz@curecanti.org>
Mon, 7 Jun 2010 19:24:16 +0000 (13:24 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Mon, 7 Jun 2010 19:25:03 +0000 (13:25 -0600)
imp/lib/Ui/Compose.php

index 23355bc..c96fe15 100644 (file)
@@ -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; }"',