diff options
author | till <till@php.net> | 2008-02-16 18:43:31 +0000 |
---|---|---|
committer | till <till@php.net> | 2008-02-16 18:43:31 +0000 |
commit | 45a470a7216e7fc4ab315e591ff03cbf245264ac (patch) | |
tree | 591355329bcc227e9a50ae540fa91b7f462ca832 /config/main.inc.php.dist | |
parent | 26973a1fc3ed100749d7c9aad8dd4f7af4082d96 (diff) |
* tinymce has some issues (especially in the IE department), enable only if you can take it
Diffstat (limited to 'config/main.inc.php.dist')
-rw-r--r-- | config/main.inc.php.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 67e0c4984..37f15f3d4 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -256,7 +256,7 @@ $rcmail_config['dst_active'] = (bool)date('I'); $rcmail_config['prefer_html'] = TRUE; // compose html formatted messages by default -$rcmail_config['htmleditor'] = TRUE; +$rcmail_config['htmleditor'] = FALSE; // show pretty dates as standard $rcmail_config['prettydate'] = TRUE; |