mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 14:15:30 +00:00
Fix for 13328. Approved by leaf.
This commit is contained in:
parent
427d753d86
commit
d9a3e093d7
@ -154,7 +154,7 @@ function ComposeStartup()
|
|||||||
// setEditorType MUST be call before setContentWindow
|
// setEditorType MUST be call before setContentWindow
|
||||||
if (msgCompose.composeHTML)
|
if (msgCompose.composeHTML)
|
||||||
{
|
{
|
||||||
window.editorShell.SetEditorType("htmlMail");
|
window.editorShell.SetEditorType("html");
|
||||||
dump("editor initialized in HTML mode\n");
|
dump("editor initialized in HTML mode\n");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user