From b4ad2e5b46e46d2bd68c865f2247275f47f470f5 Mon Sep 17 00:00:00 2001
From: Stephen L Johnson <sjohnson@monsters.org>
Date: Mon, 6 Mar 2000 15:33:28 +0000
Subject: [PATCH] tables cells had black color background in Group Summary
 display with WWW_USE_IMAGES = 0

---
 src/lib/Spong/HostGroups.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/Spong/HostGroups.pm b/src/lib/Spong/HostGroups.pm
index f9f9d06..2bd13f2 100755
--- a/src/lib/Spong/HostGroups.pm
+++ b/src/lib/Spong/HostGroups.pm
@@ -230,7 +230,7 @@ sub display_html {
 		  print "";
 	       } else {
 		  print "<td align=center bgcolor=\"";
-		  print $main::WWW_COLOR{$col} . "\" width=25>";
+		  print $main::WWW_COLOR{$color} . "\" width=25>";
 		  print "<font color=\"" . $main::WWW_COLOR{$color} . "\">";
 		  print "___</font>";
 	       }
-- 
2.30.2