2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-25 09:49:20 +00:00

49_SSCam: contrib 9.5.0

git-svn-id: https://svn.fhem.de/fhem/trunk@22426 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2020-07-18 14:52:06 +00:00
parent 5fc96887ad
commit 8939fa004a

View File

@ -715,7 +715,7 @@ sub sDevsWidget {
} }
if($Adopts) { if($Adopts) {
$Adopts =~ s,^<td[^>]*>(.*)</td>$,$1,; $Adopts =~ s,^<td[^>]*>(.*)</td>$,$1,x;
} else { } else {
$Adopts = FW_pH "cmd.$name=set $name $cmdAdopt", $cmdAdopt, 0, "", 1, 1; $Adopts = FW_pH "cmd.$name=set $name $cmdAdopt", $cmdAdopt, 0, "", 1, 1;
} }