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:
DS_Starter
2020-07-18 14:52:06 +00:00
parent be54ff7653
commit bf815d704e

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;
} }