From 0cf9a85698b6ed6c2026b8d852fb578f9058e0cf Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Wed, 5 Dec 2018 10:28:35 +0000 Subject: [PATCH] fix #2388 @0.5 --- inc/ws/Util/html5/master/class.ws.html5.links.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) . ';'; } } -- 2.39.5