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:
@@ -266,10 +266,10 @@ SVG_FwFn($$$$)
|
||||
}
|
||||
|
||||
my $arg="$FW_ME/SVG_showLog?dev=$d".
|
||||
"&logdev=$hash->{LOGDEVICE}".
|
||||
"&gplotfile=$hash->{GPLOTFILE}".
|
||||
"&logfile=$hash->{LOGFILE}".
|
||||
"&pos=" . join(";", map {"$_=$FW_pos{$_}"} keys %FW_pos);
|
||||
"&logdev=$hash->{LOGDEVICE}".
|
||||
"&gplotfile=$hash->{GPLOTFILE}".
|
||||
"&logfile=$hash->{LOGFILE}".
|
||||
"&pos=" . join(";", map {"$_=$FW_pos{$_}"} keys %FW_pos);
|
||||
|
||||
if($pm eq "SVG") {
|
||||
$ret .= "<div class=\"SVGplot SVG_$d\">";
|
||||
|
||||
Reference in New Issue
Block a user