]> git.etc.gen.nz Git - spong.git/commitdiff
tables cells had black color background in Group Summary display with WWW_USE_IMAGES = 0
authorStephen L Johnson <sjohnson@monsters.org>
Mon, 6 Mar 2000 15:33:28 +0000 (15:33 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Mon, 6 Mar 2000 15:33:28 +0000 (15:33 +0000)
src/lib/Spong/HostGroups.pm

index f9f9d063be4b30d2fd3a09f0fc92dfeb8f08c2dd..2bd13f23bba5fc36a92c127d99653154cb6de244 100755 (executable)
@@ -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>";
               }