convert to weblink bug. Thanks to Andreas.

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@718 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2010-09-27 07:59:58 +00:00
parent 7410afce9c
commit 56c169c405

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 {