use informId

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@3426 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme1968
2013-07-15 13:14:58 +00:00
parent 833b79bf1d
commit 6021471822

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