mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Replace \\\\l with \l on GPRINT lines
This commit is contained in:
@@ -109,7 +109,7 @@ $rrd_options .= " COMMENT:\\n";
|
||||
if ($print_total) {
|
||||
$rrd_options .= " GPRINT:tot:'Total %6.2lf%s'";
|
||||
$rrd_options .= " GPRINT:totin:'(In %6.2lf%s'";
|
||||
$rrd_options .= " GPRINT:totout:'Out %6.2lf%s)\\\\l'";
|
||||
$rrd_options .= " GPRINT:totout:'Out %6.2lf%s)\l'";
|
||||
}
|
||||
|
||||
if ($percentile) {
|
||||
|
Reference in New Issue
Block a user