2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-17 11:26:03 +00:00

use informId

git-svn-id: https://svn.fhem.de/fhem/trunk@3426 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2013-07-15 13:14:58 +00:00
parent b80c0d1df4
commit 0f5b2745ec

View File

@ -96,7 +96,7 @@ LightScene_2html($)
foreach my $d (sort keys %{ $hash->{CONTENT} }) {
my %extPage = ();
my ($allSets, $cmdlist, $txt) = FW_devState($d, $room, \%extPage);
$ret .= "<td id=\"$d\">$txt</td>";
$ret .= "<td informId=\"$d\">$txt</td>";
}
}