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:
@@ -913,7 +913,7 @@ FW_logWrapper($)
|
|||||||
my $arg = "$__ME?cmd=showlog undef $d $type $file";
|
my $arg = "$__ME?cmd=showlog undef $d $type $file";
|
||||||
if(FW_getAttr($d,"plotmode",$__plotmode) eq "SVG") {
|
if(FW_getAttr($d,"plotmode",$__plotmode) eq "SVG") {
|
||||||
my ($w, $h) = split(",", FW_getAttr($d,"plotsize",$__plotsize));
|
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";
|
"width=\"$w\" height=\"$h\" name=\"$d\"/>\n";
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user