diff --git a/FHEM/01_FHEMWEB.pm b/FHEM/01_FHEMWEB.pm index 34745b08c..83db12aa8 100755 --- a/FHEM/01_FHEMWEB.pm +++ b/FHEM/01_FHEMWEB.pm @@ -1386,7 +1386,7 @@ FW_doDetail($) if($modules{$t}{FW_detailFn}) { no strict "refs"; my $txt = &{$modules{$t}{FW_detailFn}}($FW_wname, $d, $FW_room); - FW_pO "$txt
" if(defined($txt)); + FW_pO "$txt
" if(defined($txt)); use strict "refs"; }