Fixed smallscreen edit files view

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@1263 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2012-02-17 13:05:15 +00:00
parent c1dce31206
commit 6f056bb30c

View File

@@ -518,10 +518,10 @@ FW_AnswerCall($)
} }
FW_roomOverview($cmd); FW_roomOverview($cmd);
FW_style($cmd,undef) if($cmd =~ m/^style /); if($cmd =~ m/^style /) { FW_style($cmd,undef); }
FW_doDetail($FW_detail) if($FW_detail); elsif($FW_detail) { FW_doDetail($FW_detail); }
FW_showRoom() if($FW_room && !$FW_detail); elsif($FW_room) { FW_showRoom(); }
FW_logWrapper($cmd) if($cmd =~ /^logwrapper/); elsif($cmd =~ /^logwrapper/) { FW_logWrapper($cmd); }
FW_pO "</body></html>"; FW_pO "</body></html>";
return 0; return 0;
} }