mirror of https://github.com/mikaku/Monitorix.git
fixed the text color in the bottom URL of the Wowza graph
This commit is contained in:
parent
23db38c568
commit
8678275a5f
|
@ -1073,7 +1073,7 @@ sub wowza_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> <a href='" . $url . "' style='{color: " . $colors->{title_fg_color} . "}'>$url</a><b>\n";
|
||||
print " <b> <a href='" . $url . "' style='color: " . $colors->{title_fg_color} . "'>$url</a><b>\n";
|
||||
print " </font></font>\n";
|
||||
print " </td>\n";
|
||||
print(" </tr>\n");
|
||||
|
|
Loading…
Reference in New Issue