convert to weblink bug. Thanks to Andreas.

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

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 {