mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 08:40:24 +00:00
Fix last row element
This commit is contained in:
@@ -74,7 +74,7 @@ print &ui_table_row($text{'ssl_cipher_list'},
|
||||
print &ui_table_row($text{'ssl_extracas'},
|
||||
&ui_textarea("extracas", join("\n",split(/\s+/, $miniserv{'extracas'})),
|
||||
3, 60)." ".
|
||||
&file_chooser_button("extracas", 0, undef, undef, 1));
|
||||
&file_chooser_button("extracas", 0, undef, undef, 1)."<p><br><p>");
|
||||
|
||||
print &ui_table_end();
|
||||
print &ui_form_end([ [ "", $text{'save'} ] ]);
|
||||
|
||||
@@ -107,7 +107,7 @@ else { $extracas = ""; }
|
||||
print ui_table_row($text{'ssl_extracas'},
|
||||
ui_textarea("extracas", join("\n",split(/\s+/, $extracas)),
|
||||
3, 60)." ".
|
||||
"<br>".file_chooser_button("extracas", 0, undef, undef, 1));
|
||||
"<br>".file_chooser_button("extracas", 0, undef, undef, 1)."<p><br><p>");
|
||||
|
||||
print ui_table_end();
|
||||
print ui_form_end([ [ "", $text{'save'} ] ]);
|
||||
|
||||
Reference in New Issue
Block a user