mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 14:20:31 +01:00
Fix xinha init call
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user