]> _ Git - cubeextranet.git/commitdiff
wip #5902
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Wed, 3 May 2023 16:34:45 +0000 (16:34 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Wed, 3 May 2023 16:34:45 +0000 (16:34 +0000)
inc/ws/Util/html5/master/class.ws.html5.compiler.php

index df2ff098d79042f6f97bd67d682c987467c6683a..b0f54e57acee62863e23cda158e4303023386bee 100644 (file)
@@ -1674,7 +1674,7 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
 
             $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);