Fix xinha init call

This commit is contained in:
Jamie Cameron
2009-10-08 00:02:02 -07:00
parent 2e306241ad
commit 4ed5ca6162

View File

@@ -323,7 +323,7 @@ else {
$in{'forward'} || @mailforward ? $text{'forward_title'} :
$in{'enew'} ? $text{'enew_title'} :
$text{'reply_title'}, undef,
$html_edit ? "onload='initEditor()'" : "",
$html_edit ? "onload='xinha_init()'" : "",
&folder_link($in{'user'}, $folder));
}