From f299718db1d869126d083cbc9c46139678770797 Mon Sep 17 00:00:00 2001 From: Jordi Sanfeliu Date: Thu, 26 Mar 2015 15:50:43 +0100 Subject: [PATCH] fixed the text color in the bottom URL of the Icecast Streaming Server graph --- Changes | 1 + lib/icecast.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index a7c07d4..0f0a82f 100644 --- a/Changes +++ b/Changes @@ -5,6 +5,7 @@ - Changed to a clickable link the bottom URL in the Lighttpd graph, and fixed the text color. - Fixed the text color in the bottom URL of the Bind graph. +- Fixed the text color in the bottom URL of the Icecast Streaming Server graph. diff --git a/lib/icecast.pm b/lib/icecast.pm index bbcdc26..c5e5efc 100644 --- a/lib/icecast.pm +++ b/lib/icecast.pm @@ -615,7 +615,7 @@ sub icecast_cgi { print " \n"; print " \n"; print " \n"; - print "   $url\n"; + print "   $url\n"; print " \n"; print " \n"; print(" \n");