From 869c1575a0b688d0806bd92ef7da7bc2d3078f55 Mon Sep 17 00:00:00 2001 From: Ilia Date: Mon, 11 Apr 2022 03:43:49 +0300 Subject: [PATCH] Fix string --- fail2ban/list_status.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fail2ban/list_status.cgi b/fail2ban/list_status.cgi index dcefcb9ff..52c560e5a 100755 --- a/fail2ban/list_status.cgi +++ b/fail2ban/list_status.cgi @@ -37,7 +37,7 @@ if (@jails) { $col = lc($col); $col =~ s/\s/_/g; if ($col !~ /journal_matches/) { - push(@head, "
$text{\"status_head_$col\"}
"); + push(@head, "
".$text{"status_head_$col"}."
"); if ($col =~ /banned_ip_list/) { $jips = $val; my @ips = split(/\s+/, $val);