2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-07 19:04:20 +00:00

98_SVG.pm: apply plotReplace <> tpo the plot line (Forum #126814)

git-svn-id: https://svn.fhem.de/fhem/trunk@25853 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2022-03-17 21:30:42 +00:00
parent d363b5a053
commit f870da74cb

View File

@ -896,6 +896,7 @@ SVG_substcfg($$$$$$)
$pr->{$k} = eval $cmdFromAnalyze;
}
$gplot_script =~ s/<$k>/$pr->{$k}/g;
$plot =~ s/<$k>/$pr->{$k}/g if($splitret);
}
}