From 3d0ead21cf0b9a070b058e867a4dc07636a2be66 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Mon, 2 Aug 2021 13:35:37 +0000 Subject: [PATCH] wip #4635 @0:05 --- inc/ws/Util/html5/master/class.ws.html5.compiler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.39.5