diff options
author | svncommit <devs@roundcube.net> | 2008-04-17 04:17:55 +0000 |
---|---|---|
committer | svncommit <devs@roundcube.net> | 2008-04-17 04:17:55 +0000 |
commit | 140d6e90638752a6d14738fcaa891fc3a7cd81fd (patch) | |
tree | 178cd839ee4ac6d9dd455e0e365498ce919417bc /program/steps/settings | |
parent | 09c1a37be21f06903e04ad459471b2f6e24e448c (diff) |
fix HTML mail sending
Diffstat (limited to 'program/steps/settings')
-rw-r--r-- | program/steps/settings/edit_identity.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/settings/edit_identity.inc b/program/steps/settings/edit_identity.inc index 37fbbcaff..2dec5b258 100644 --- a/program/steps/settings/edit_identity.inc +++ b/program/steps/settings/edit_identity.inc @@ -49,7 +49,7 @@ function rcube_identity_form($attrib) $OUTPUT->add_script("tinyMCE.init({ mode : 'textareas'," . "editor_selector : 'mce_editor'," . "apply_source_formatting : true," . - "language : '$tinylang'," . + "language : '$tinylang'," . "content_css : '\$__skin_path' + '/editor_content.css'," . "theme : 'advanced'," . "theme_advanced_toolbar_location : 'top'," . |