mirror of
https://github.com/webmin/webmin.git
synced 2025-08-19 01:15:14 +00:00
Remove useless spacing
This commit is contained in:
@ -22,7 +22,7 @@ else {
|
||||
print &ui_form_start("save_serv.cgi");
|
||||
print &ui_hidden("new", $in{'new'});
|
||||
print &ui_hidden("id", $in{'id'});
|
||||
print &ui_table_start($text{'edit_details'}, undef, 2, [ "width=30%" ]);
|
||||
print &ui_table_start($text{'edit_details'}, undef, 2);
|
||||
|
||||
print &ui_table_row($text{'edit_host'},
|
||||
&ui_textbox("host", $s->{'host'}, 60));
|
||||
|
Reference in New Issue
Block a user