From: Michael Tremer Date: Mon, 28 Oct 2013 19:35:36 +0000 (+0100) Subject: firewall: Fix rendering issue of the rule table. X-Git-Tag: v2.15-beta1~177 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=85860aff263c41a74ff274fca2998e941b9134f6;p=people%2Fms%2Fipfire-2.x.git firewall: Fix rendering issue of the rule table. --- 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]);