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

This commit is contained in:
Jordi Sanfeliu 2015-03-27 12:41:22 +01:00
parent 23db38c568
commit 8678275a5f
1 changed files with 1 additions and 1 deletions

View File

@ -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>&nbsp;&nbsp;<a href='" . $url . "' style='{color: " . $colors->{title_fg_color} . "}'>$url</a><b>\n";
print " <b>&nbsp;&nbsp;<a href='" . $url . "' style='color: " . $colors->{title_fg_color} . "'>$url</a><b>\n";
print " </font></font>\n";
print " </td>\n";
print(" </tr>\n");