mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 06:03:28 +00:00
Fix bottom margin
This commit is contained in:
@@ -35,7 +35,7 @@ if (!$? && $out !~ /failed/) {
|
||||
print &ui_form_start("save_rndc.cgi", "post");
|
||||
my $ex = -s $config{'rndc_conf'};
|
||||
print &text($ex ? 'rndc_rusure' : 'rndc_rusure2',
|
||||
"<tt>$config{'rndc_conf'}</tt>"),"<p>\n";
|
||||
"<tt>$config{'rndc_conf'}</tt>"),"<br>\n";
|
||||
print &ui_submit($text{'rndc_ok'});
|
||||
print &ui_form_end();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user