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 fa9e708007
commit 74e3ef1b93

View File

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