the table cells in history tables
print "<table width=20 border=0 cellspacing=0 cellpadding=0><tr>";
print "<td width=20 bgcolor=\"" . $main::WWW_COLOR{$color} . "\">";
print "<a href=\"" . $main::WWWSPONG . "/histservice/".$self->host()
- . "/$service/$time\">" if ($main::STATUS_HISTORY);
+ . "/$service/$time\"><font color=\"" . $main::WWW_COLOR{$color}
+ . "\">" if ($main::STATUS_HISTORY);
print " ";
print "</a>" if $main::STATUS_HISTORY;
print "</td></tr></table>";