2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-23 20:52:13 +00:00

98_SVG.pm: change &amp to & (Forum #69485)

git-svn-id: https://svn.fhem.de/fhem/trunk@13774 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2017-03-22 20:48:00 +00:00
parent ba2376ca06
commit 5a0dc2ea8d

View File

@ -571,7 +571,7 @@ SVG_zoomLink($$$)
my $val = $FW_pos{$d};
$cmd = ($FW_detail ? "detail=$FW_detail":
($prf ? $prf : "room=$FW_room")) . "&pos=";
($prf ? $prf : "room=$FW_room")) . "&pos=";
if($d eq "zoom") {
my $n = 0;