From d23dfdf8b2e75aa7038fcb95ea3ae990917920b0 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Wed, 3 May 2023 16:34:45 +0000 Subject: [PATCH] wip #5902 --- inc/ws/Util/html5/master/class.ws.html5.compiler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5