fixed the text color in the bottom URL of the Bind graph

This commit is contained in:
Jordi Sanfeliu 2015-03-26 15:49:04 +01:00
parent 8ad888fa9b
commit 35e0a8a8a0
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@
text color.
- Changed to a clickable link the bottom URL in the Lighttpd graph, and fixed
the text color.
- Fixed the text color in the bottom URL of the Bind graph.

View File

@ -1587,7 +1587,7 @@ sub bind_cgi {
print " <td bgcolor='$colors->{title_bg_color}' colspan='2'>\n";
print " <font face='Verdana, sans-serif' color='$colors->{title_fg_color}'>\n";
print " <font size='-1'>\n";
print " <b>&nbsp;&nbsp;<a href='" . $l . "' style='{color: $colors->{title_fg_color}}'>$l</a><b>\n";
print " <b>&nbsp;&nbsp;<a href='" . $l . "' style='color: $colors->{title_fg_color}'>$l</a><b>\n";
print " </font></font>\n";
print " </td>\n";
print(" </tr>\n");