1
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-05-07 22:29:19 +00:00

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

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

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;