mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 18:59:33 +00:00
98_SVG.pm: replace & with & in embed src (Forum #69485)
git-svn-id: https://svn.fhem.de/fhem/trunk@13776 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
edee597e36
commit
cc6044a5b5
@ -266,10 +266,10 @@ SVG_FwFn($$$$)
|
|||||||
}
|
}
|
||||||
|
|
||||||
my $arg="$FW_ME/SVG_showLog?dev=$d".
|
my $arg="$FW_ME/SVG_showLog?dev=$d".
|
||||||
"&logdev=$hash->{LOGDEVICE}".
|
"&logdev=$hash->{LOGDEVICE}".
|
||||||
"&gplotfile=$hash->{GPLOTFILE}".
|
"&gplotfile=$hash->{GPLOTFILE}".
|
||||||
"&logfile=$hash->{LOGFILE}".
|
"&logfile=$hash->{LOGFILE}".
|
||||||
"&pos=" . join(";", map {"$_=$FW_pos{$_}"} keys %FW_pos);
|
"&pos=" . join(";", map {"$_=$FW_pos{$_}"} keys %FW_pos);
|
||||||
|
|
||||||
if($pm eq "SVG") {
|
if($pm eq "SVG") {
|
||||||
$ret .= "<div class=\"SVGplot SVG_$d\">";
|
$ret .= "<div class=\"SVGplot SVG_$d\">";
|
||||||
|
Loading…
Reference in New Issue
Block a user