diff --git a/Changes b/Changes index 6f76163..691e453 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,8 @@ ==================== - Changed to a clickable link the bottom URL in the Apache graph, and fixed the text color. +- Changed to a clickable link the bottom URL in the Lighttpd graph, and fixed + the text color. diff --git a/lib/lighttpd.pm b/lib/lighttpd.pm index 043ba0a..ebe9e33 100644 --- a/lib/lighttpd.pm +++ b/lib/lighttpd.pm @@ -622,7 +622,7 @@ sub lighttpd_cgi { print " \n"; print " \n"; print " \n"; - print "   " . trim($url) . "\n"; + print "   " . trim($url) . "\n"; print " \n"; print " \n"; print(" \n");