From ba6f69f76943a83fece4a12fb632f9ad166edff3 Mon Sep 17 00:00:00 2001 From: Alexander Marx Date: Fri, 22 Feb 2013 10:01:27 +0100 Subject: [PATCH 1/1] Forward Firewall: added newlines between groups in tablerule --- html/cgi-bin/forwardfw.cgi | 1 + 1 file changed, 1 insertion(+) diff --git a/html/cgi-bin/forwardfw.cgi b/html/cgi-bin/forwardfw.cgi index 29a6f7079..3e170a1d9 100755 --- a/html/cgi-bin/forwardfw.cgi +++ b/html/cgi-bin/forwardfw.cgi @@ -1834,6 +1834,7 @@ sub viewtablenew &General::get_aliases(\%aliases); &General::readhasharray("$config", $hash); if( ! -z $config){ + if ($title1 eq $Lang::tr{'external access'} || $title1 eq 'Outgoing'){print"

";} &Header::openbox('100%', 'left',$title); my $count=0; my ($gif,$log); -- 2.39.2