01_FHEMWEB.pm: fix odd/even by Markus (Forum #53012)

git-svn-id: https://svn.fhem.de/fhem/trunk@11498 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2016-05-22 17:37:53 +00:00
parent a923bd957c
commit 079c8208e1

View File

@@ -1501,7 +1501,6 @@ FW_makeDeviceLine($$$$$)
} else {
FW_pH "detail=$d", "$icon$devName", 1, "col1" if(!$usuallyAtEnd->{$d});
}
$row++;
my ($allSets, $cmdlist, $txt) = FW_devState($d, $rf, $extPage);
$allSets = FW_widgetOverride($d, $allSets);
@@ -1612,6 +1611,7 @@ FW_showRoom()
$extPage{group} = $g;
FW_makeDeviceLine($d,$row,\%extPage,$nameDisplay,\%usuallyAtEnd);
$row++;
}
FW_pO "</table>";
FW_pO "</td></tr>";