diff --git a/html/includes/graphs/fanspeed.inc.php b/html/includes/graphs/fanspeed.inc.php
index 31c073a572..b5e80e97ac 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'])."'"));