From: vincent@cubedesigners.com Date: Mon, 2 Aug 2021 13:35:37 +0000 (+0000) Subject: wip #4635 @0:05 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=3d0ead21cf0b9a070b058e867a4dc07636a2be66;p=cubeextranet.git wip #4635 @0:05 --- 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 132e834ba..8382f638f 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/master/class.ws.html5.compiler.php @@ -2525,7 +2525,7 @@ height="0" width="0" style="display:none;visibility:hidden"> #tooltip $this->lessVariables['tooltip-background'] = wsHTML5::colorToCSS($this->theme->parametres->tooltipBackColor); $this->lessVariables['tooltip-color'] = wsHTML5::colorToCSS($this->theme->parametres->tooltipTextColor); - $this->lessVariables['tooltip-font-size'] = 14 * ($this->theme->parametres->tooltipTextSize / 100); + $this->lessVariables['tooltip-font-size'] = 14 * (($this->theme->parametres->tooltipTextSize ?: 100) / 100); $this->log('CSS 12'); #Videos if ($this->book->parametres->bigPlayImage) {