From: vincent@cubedesigners.com Date: Wed, 3 May 2023 16:34:45 +0000 (+0000) Subject: wip #5902 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=d23dfdf8b2e75aa7038fcb95ea3ae990917920b0;p=cubeextranet.git wip #5902 --- diff --git a/inc/ws/Util/html5/master/class.ws.html5.compiler.php b/inc/ws/Util/html5/master/class.ws.html5.compiler.php index df2ff098d..b0f54e57a 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/master/class.ws.html5.compiler.php @@ -1674,7 +1674,7 @@ height="0" width="0" style="display:none;visibility:hidden"> $hiddenContents = implode("\n", $this->hiddenContents); - $bgcolor = $this->theme->parametres->loadingBackColor; + $bgcolor = '#' . $this->theme->parametres->loadingBackColor; // Feuilles de style $sheets = array_merge($this->stylesheets, $this->specialCSS);