From f5752c3c412f9193b9176762ff7c8d43781b9c61 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Mon, 7 Jun 2010 13:24:16 -0600 Subject: [PATCH] Bug #9079: Don't send HTML entities when using HTML editor --- imp/lib/Ui/Compose.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/imp/lib/Ui/Compose.php b/imp/lib/Ui/Compose.php index 23355bc14..c96fe15a1 100644 --- 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; }"', -- 2.11.0