diff --git a/html/includes/graphs/generic_data.inc.php b/html/includes/graphs/generic_data.inc.php
index 63cc15cebe..a85a6c760b 100644
--- a/html/includes/graphs/generic_data.inc.php
+++ b/html/includes/graphs/generic_data.inc.php
@@ -94,7 +94,7 @@ if($format == "octets" || $format == "bytes")
$rrd_options .= " COMMENT:'bps Now Ave Max 95th %\\n'";
$rrd_options .= " AREA:in".$format."_max#D7FFC7:";
-$rrd_options .= " AREA:in".$format."#90B040:'In '";
+$rrd_options .= " AREA:in".$format."#90B040:";
$rrd_options .= " LINE:in".$format."#608720:'In '";
#$rrd_options .= " LINE1.25:in".$format."#006600:'In '";
$rrd_options .= " GPRINT:in".$format.":LAST:%6.2lf%s";