mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 16:50:24 +00:00
Fix to pass config option
This commit is contained in:
@@ -470,7 +470,7 @@ if ($html_edit) {
|
||||
if ($sig);
|
||||
print &ui_table_row(undef,
|
||||
&ui_textarea("body", $sig, 16, 80, undef, 0,
|
||||
"style='display: none' id=body").
|
||||
"style='display: none' id=body data-html-mode='$config{'html_edit_mode'}'").
|
||||
$html_editor, 2);
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user