From 8ad888fa9bd13525392959765203aa1e86365e34 Mon Sep 17 00:00:00 2001 From: Jordi Sanfeliu Date: Thu, 26 Mar 2015 15:47:22 +0100 Subject: [PATCH] changed to a clickable link the bottom URL in the Lighttpd graph, and fixed the text color --- Changes | 2 ++ lib/lighttpd.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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");