Fix string

This commit is contained in:
Ilia
2022-04-11 03:43:49 +03:00
parent b8e5075a63
commit 869c1575a0

View File

@@ -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);