2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +00:00

fixed minor div-bug

git-svn-id: https://svn.fhem.de/fhem/trunk@3399 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
ulimaass 2013-07-09 15:10:28 +00:00
parent 31def04659
commit 5c9c9a8681

View File

@ -423,7 +423,7 @@ FP_show(){
FP_menu();
FP_menuArrange() if ($FP_arrange && ($FP_arrange eq "1" || ($FP_arrange eq $FW_wname) || $FP_arrange eq "detail")); #shows the arrange-menu
## start floorplan
FW_pO "\"screen\" id=\"floorplan\">";
FW_pO "<div class=\"screen\" id=\"floorplan\">";
FW_pO "<div id=\"logo\"></div>";
## commandfield in floorplan
if (AttrVal("$FP_name", "commandfield", undef)) {