removed some debug output
git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@1478 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -904,11 +904,7 @@ FW_showRoom()
|
||||
FW_pO "<div id=\"content\">";
|
||||
FW_pO "<table>"; # Need for equal width of subtables
|
||||
|
||||
foreach my $ty (sort keys %FW_types) {
|
||||
FW_pO "$ty<BR>\n";
|
||||
}
|
||||
|
||||
|
||||
my $rf = ($FW_room ? "&room=$FW_room" : ""); # stay in the room
|
||||
my $row=1;
|
||||
foreach my $type (sort keys %FW_types) {
|
||||
|
||||
Reference in New Issue
Block a user