]> _ Git - cubeextranet.git/commitdiff
fix #2388 @0.5
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Wed, 5 Dec 2018 10:28:35 +0000 (10:28 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Wed, 5 Dec 2018 10:28:35 +0000 (10:28 +0000)
inc/ws/Util/html5/master/class.ws.html5.links.php

index b89e76383e8c6189d1bf77c02191a2860e3377b6..ebcbd6f68301575b45fc05db601db7365de3836a 100644 (file)
@@ -1035,7 +1035,7 @@ class colorLink extends contentLink
 
        public function getCSS()
        {
-               return 'background-color:' . wsHTML5::colorToCSS($this->to) . ';';
+               return 'background-color:' . wsHTML5::colorToCSS($this->to, 1) . ';';
        }
 
 }