]> _ Git - cubeextranet.git/commitdiff
wip #4635 @0:05
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 2 Aug 2021 13:35:37 +0000 (13:35 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 2 Aug 2021 13:35:37 +0000 (13:35 +0000)
inc/ws/Util/html5/master/class.ws.html5.compiler.php

index 132e834ba32bcc508f55954715972d58998670f2..8382f638f36d85dfc69ce10ffaa6ed4fbb089632 100644 (file)
@@ -2525,7 +2525,7 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
         #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) {