Fix for 13328. Approved by leaf.

This commit is contained in:
putterman%netscape.com 1999-09-08 17:34:01 +00:00
parent 427d753d86
commit d9a3e093d7

View File

@ -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