mirror of https://github.com/mikaku/Monitorix.git
3.0: update
This commit is contained in:
parent
245fc36ea8
commit
68a872383a
|
@ -560,7 +560,7 @@ sub lighttpd_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 style='{color: " . $colors->{title_fg_color} . "}'> $url<b>\n";
|
||||
print " <b style='{color: " . $colors->{title_fg_color} . "}'> " . trim($url) . "<b>\n";
|
||||
print " </font></font>\n";
|
||||
print " </td>\n";
|
||||
print(" </tr>\n");
|
||||
|
|
Loading…
Reference in New Issue