From eb95ce89a8effefa0c6aa27bf6f048926d21fed0 Mon Sep 17 00:00:00 2001 From: Alexander Marx Date: Wed, 14 Aug 2013 14:19:36 +0200 Subject: [PATCH] Forward Firewall: ip addresses in firewall-groups (groups) are now colorized --- html/cgi-bin/fwhosts.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/cgi-bin/fwhosts.cgi b/html/cgi-bin/fwhosts.cgi index b72cb1064..7ed27c4f6 100755 --- a/html/cgi-bin/fwhosts.cgi +++ b/html/cgi-bin/fwhosts.cgi @@ -1604,7 +1604,7 @@ sub viewtablegrp }else{ my ($colip,$colsub) = split("/",$ip); $ip="$colip/".&General::subtocidr($colsub) if ($colsub); - print"".&Header::colorize($ip)."$customgrp{$key}[3]
"; + print"".&Header::colorize($ip)."$customgrp{$key}[3]"; } if ($delflag > '1' && $ip ne ''){ print""; -- 2.39.2