From 37ec285a3fa01ad493a2f736e578e60b2b302c8a Mon Sep 17 00:00:00 2001 From: Jordi Sanfeliu Date: Thu, 10 Jul 2014 09:54:13 +0200 Subject: [PATCH] small update --- lib/process.pm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/process.pm b/lib/process.pm index dfb34ff..865401f 100644 --- a/lib/process.pm +++ b/lib/process.pm @@ -1141,9 +1141,9 @@ sub process_cgi { push(@tmpz, "LINE2:n_ics" . $n . $LC[$n]); $str = sprintf("%-20s", substr($str, 0, 20)); push(@tmp, "LINE2:vcs" . $n . $LC[$n] . ":$str"); - push(@tmp, "GPRINT:tcs" . $n . ":LAST:Cur\\: %4.0lfT"); - push(@tmp, "GPRINT:tcs" . $n . ":MIN: Min\\: %4.0lfT"); - push(@tmp, "GPRINT:tcs" . $n . ":MAX: Max\\: %4.0lfT\\n"); + push(@tmp, "GPRINT:tcs" . $n . ":LAST:Cur\\: %4.0lf"); + push(@tmp, "GPRINT:tcs" . $n . ":MIN: Min\\: %4.0lf"); + push(@tmp, "GPRINT:tcs" . $n . ":MAX: Max\\: %4.0lf\\n"); push(@tmp, "LINE2:n_ics" . $n . $LC[$n]); } } @@ -1169,7 +1169,7 @@ sub process_cgi { "--title=$config->{graphs}->{_process7} ($tf->{nwhen}$tf->{twhen})", "--start=-$tf->{nwhen}$tf->{twhen}", "--imgformat=PNG", - "--vertical-label=Nonvoluntary & voluntary/s", + "--vertical-label=Nonvoluntary + voluntary/s", "--width=$width", "--height=$height", @riglim, @@ -1228,7 +1228,7 @@ sub process_cgi { "--title=$config->{graphs}->{_process7} ($tf->{nwhen}$tf->{twhen})", "--start=-$tf->{nwhen}$tf->{twhen}", "--imgformat=PNG", - "--vertical-label=Nonvoluntary & voluntary/s", + "--vertical-label=Nonvoluntary + voluntary/s", "--width=$width", "--height=$height", @riglim,