From bf68dc159af5117061d811518366492f7971d093 Mon Sep 17 00:00:00 2001 From: Tom Laermans Date: Thu, 11 Feb 2010 21:56:51 +0000 Subject: [PATCH] align fanspeed legenda git-svn-id: http://www.observium.org/svn/observer/trunk@825 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/includes/graphs/fanspeed.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/includes/graphs/fanspeed.inc.php b/html/includes/graphs/fanspeed.inc.php index 31c073a57..b5e80e97a 100644 --- a/html/includes/graphs/fanspeed.inc.php +++ b/html/includes/graphs/fanspeed.inc.php @@ -4,7 +4,7 @@ $scale_min = "0"; include("common.inc.php"); - $rrd_options .= " COMMENT:' Last Max\\n'"; + $rrd_options .= " COMMENT:' Last Max\\n'"; $fanspeed = mysql_fetch_array(mysql_query("SELECT * FROM fanspeed where fan_id = '".mres($_GET['id'])."'"));