mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 08:40:24 +00:00
Fix string
This commit is contained in:
@@ -37,7 +37,7 @@ if (@jails) {
|
||||
$col = lc($col);
|
||||
$col =~ s/\s/_/g;
|
||||
if ($col !~ /journal_matches/) {
|
||||
push(@head, "<div $tdc>$text{\"status_head_$col\"}</div>");
|
||||
push(@head, "<div $tdc>".$text{"status_head_$col"}."</div>");
|
||||
if ($col =~ /banned_ip_list/) {
|
||||
$jips = $val;
|
||||
my @ips = split(/\s+/, $val);
|
||||
|
||||
Reference in New Issue
Block a user