From: Michael M Slusarz Date: Mon, 7 Jun 2010 19:24:16 +0000 (-0600) Subject: Bug #9079: Don't send HTML entities when using HTML editor X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=f5752c3c412f9193b9176762ff7c8d43781b9c61;p=horde.git Bug #9079: Don't send HTML entities when using HTML editor --- 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; }"',