3.0: update

This commit is contained in:
Jordi Sanfeliu 2012-12-19 12:16:33 +01:00
parent 245fc36ea8
commit 68a872383a
1 changed files with 1 additions and 1 deletions

View File

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