mirror of
https://github.com/webmin/webmin.git
synced 2025-08-16 14:51:18 +00:00
Add missing footer to root password form https://github.com/webmin/webmin/issues/278
This commit is contained in:
@ -20,3 +20,5 @@ print &ui_table_row($text{'root_newpass2'},
|
||||
|
||||
print &ui_table_end();
|
||||
print &ui_form_end([ [ undef, $text{'root_ok'} ] ]);
|
||||
|
||||
&ui_print_footer("", $text{'index_return'});
|
||||
|
Reference in New Issue
Block a user