2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2024-11-25 11:49:51 +00:00

convert to weblink bug. Thanks to Andreas.

git-svn-id: https://svn.fhem.de/fhem/trunk@718 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2010-09-27 07:59:58 +00:00
parent dcf1d11dc9
commit 7540f122cc

View File

@ -913,7 +913,7 @@ FW_logWrapper($)
my $arg = "$__ME?cmd=showlog undef $d $type $file";
if(FW_getAttr($d,"plotmode",$__plotmode) eq "SVG") {
my ($w, $h) = split(",", FW_getAttr($d,"plotsize",$__plotsize));
pO "<embed data=\"$arg\" type=\"image/svg+xml\"" .
pO "<embed src=\"$arg\" type=\"image/svg+xml\"" .
"width=\"$w\" height=\"$h\" name=\"$d\"/>\n";
} else {