mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-07 22:29:19 +00:00
01_FHEMWEB.pm: add detailFn to a new row (Forum #71772)
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@14308 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
0cf25c161f
commit
2aca506c3d
@ -1386,7 +1386,7 @@ FW_doDetail($)
|
|||||||
if($modules{$t}{FW_detailFn}) {
|
if($modules{$t}{FW_detailFn}) {
|
||||||
no strict "refs";
|
no strict "refs";
|
||||||
my $txt = &{$modules{$t}{FW_detailFn}}($FW_wname, $d, $FW_room);
|
my $txt = &{$modules{$t}{FW_detailFn}}($FW_wname, $d, $FW_room);
|
||||||
FW_pO "$txt<br>" if(defined($txt));
|
FW_pO "</td></tr><tr><td>$txt<br>" if(defined($txt));
|
||||||
use strict "refs";
|
use strict "refs";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user