From d1f180f88eff7114625d619f99b6b569f9db8549 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 11 Apr 2017 14:26:57 +0100 Subject: [PATCH] graphs.pl: Fix HTML syntax error The missing ' caused that a different URL was called Signed-off-by: Michael Tremer --- config/cfgroot/graphs.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/cfgroot/graphs.pl b/config/cfgroot/graphs.pl index 7b92992b63..1bed49fa37 100644 --- a/config/cfgroot/graphs.pl +++ b/config/cfgroot/graphs.pl @@ -112,7 +112,7 @@ sub makegraphbox { print " - "; print "".$Lang::tr{'year'}.""; print "
"; - print ""; + print ""; } # Generate the CPU Graph for the current period of time for values given by -- 2.39.2