Fix new lines

This commit is contained in:
Ilia Ross
2026-07-14 02:58:54 +02:00
parent 99f35fa38a
commit 8f725f63c6
5 changed files with 5 additions and 1 deletions
+1
View File
@@ -143,3 +143,4 @@ $o->{'download_address_mode'} = $download_address_mode;
$o->{'download_allowed_addresses'} = join(" ", $o->{'download_allowed_addresses'} = join(" ",
split(/\s+/, $in{'download_allowed_addresses'})); split(/\s+/, $in{'download_allowed_addresses'}));
} }
+1 -1
View File
@@ -58,7 +58,6 @@ print &ui_table_row($text{'acl_canattach'},
print &ui_table_row($text{'acl_candetach'}, print &ui_table_row($text{'acl_candetach'},
&ui_yesno_radio("candetach", $o->{'candetach'})); &ui_yesno_radio("candetach", $o->{'candetach'}));
} }
# acl_security_save(&options) # acl_security_save(&options)
@@ -85,3 +84,4 @@ $o->{'canattach'} = $in{'canattach'};
$o->{'candetach'} = $in{'candetach'}; $o->{'candetach'} = $in{'candetach'};
$o->{'dir'} = $in{'dir_def'} ? undef : $in{'dir'}; $o->{'dir'} = $in{'dir_def'} ? undef : $in{'dir'};
} }
+1
View File
@@ -56,3 +56,4 @@ $o->{'dirs'} = join(" ", @dirs);
$o->{'home'} = $in{'home'}; $o->{'home'} = $in{'home'};
$o->{'fetch'} = $in{'fetch'}; $o->{'fetch'} = $in{'fetch'};
} }
+1
View File
@@ -165,3 +165,4 @@ else {
} }
&webmin_log("download", undef, undef, { 'urls' => \@urls, &webmin_log("download", undef, undef, { 'urls' => \@urls,
'time' => $download{'time'} }); 'time' => $download{'time'} });
+1
View File
@@ -335,3 +335,4 @@ return @rv;
} }
1; 1;