From 85860aff263c41a74ff274fca2998e941b9134f6 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 28 Oct 2013 20:35:36 +0100 Subject: [PATCH] firewall: Fix rendering issue of the rule table. --- html/cgi-bin/firewall.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/cgi-bin/firewall.cgi b/html/cgi-bin/firewall.cgi index 802b2bed34..ffd8adfea9 100755 --- a/html/cgi-bin/firewall.cgi +++ b/html/cgi-bin/firewall.cgi @@ -2491,9 +2491,9 @@ END #SOURCE my $ipfireiface; &getcolor($$hash{$key}[3],$$hash{$key}[4],\%customhost); - print""; + print""; if ($$hash{$key}[3] eq 'ipfire_src'){ - $ipfireiface='Interface '; + $ipfireiface='Interface '; # XXX UNTRANSLATED STRING } if ($$hash{$key}[3] eq 'std_net_src'){ print &get_name($$hash{$key}[4]); -- 2.39.5