mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
FHEMWEB: plotEmbed default was the wrong way round
git-svn-id: https://svn.fhem.de/fhem/trunk@6615 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
d1e38b8fff
commit
5efae7f66e
@ -184,7 +184,7 @@ SVG_FwFn($$$$)
|
||||
$ret .= "<div class=\"SVGplot\">";
|
||||
|
||||
if(AttrVal($FW_wname, "plotEmbed",
|
||||
$FW_userAgent =~ m/(iPhone|iPad|iPod).*OS (8|9)/)) {
|
||||
$FW_userAgent !~ m/(iPhone|iPad|iPod).*OS (8|9)/)) {
|
||||
$ret .= "<embed src=\"$arg\" type=\"image/svg+xml\" " .
|
||||
"width=\"$w\" height=\"$h\" name=\"$d\"/>\n";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user