diff --git a/fhem/FHEM/01_FHEMWEB.pm b/fhem/FHEM/01_FHEMWEB.pm index 2b992c1eb..bb651dea1 100755 --- a/fhem/FHEM/01_FHEMWEB.pm +++ b/fhem/FHEM/01_FHEMWEB.pm @@ -2187,7 +2187,7 @@ FW_IconPath($) { $name= FW_canonicalizeIcon($name); FW_GetIcons(); # get the icon set for the current instance my $path= $FW_icons{$name}; - return $path ? $FW_icondir. $path : undef; + return $path ? $FW_icondir . "/" . $path : undef; } # returns the URL for the logical path