use informId

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

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