From: vincent@cubedesigners.com Date: Wed, 5 Dec 2018 10:28:35 +0000 (+0000) Subject: fix #2388 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=0cf9a85698b6ed6c2026b8d852fb578f9058e0cf;p=cubeextranet.git fix #2388 @0.5 --- diff --git a/inc/ws/Util/html5/master/class.ws.html5.links.php b/inc/ws/Util/html5/master/class.ws.html5.links.php index b89e76383..ebcbd6f68 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.links.php +++ b/inc/ws/Util/html5/master/class.ws.html5.links.php @@ -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) . ';'; } }