From 40b3cc0583d44e6b95ead4af88a754520ccd75cf Mon Sep 17 00:00:00 2001 From: borisneubert <> Date: Wed, 3 Oct 2012 18:18:08 +0000 Subject: [PATCH] added missing / in FW_IconPath() [no functional change] git-svn-id: https://svn.fhem.de/fhem/trunk@1917 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/01_FHEMWEB.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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