Revert "Additional Fix - escaped chars for graph legends (#12846)" (#12875)

This reverts commit be54aa3e6d.
This commit is contained in:
PipoCanaja
2021-05-13 20:16:26 +02:00
committed by GitHub
parent 730ea3b008
commit 0a23844cd8

View File

@@ -54,7 +54,7 @@ foreach (dbFetchRows('SELECT * FROM printer_supplies where device_id = ?', [$dev
$rrd_options .= " LINE2:toner$id#" . $colour['left'] . ":'" . $descr . "'"; $rrd_options .= " LINE2:toner$id#" . $colour['left'] . ":'" . $descr . "'";
$rrd_options .= " GPRINT:toner$id:LAST:'%5.0lf%%'"; $rrd_options .= " GPRINT:toner$id:LAST:'%5.0lf%%'";
$rrd_options .= " GPRINT:toner$id:MIN:'%5.0lf%%'"; $rrd_options .= " GPRINT:toner$id:MIN:'%5.0lf%%'";
$rrd_options .= " GPRINT:toner$id:MAX:%5.0lf%%\\\\l"; $rrd_options .= " GPRINT:toner$id:MAX:%5.0lf%%\l";
$iter++; $iter++;
}//end foreach }//end foreach