From 87670b73fab48a96eadb6ac2818b6febff089044 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Mon, 28 Jun 2021 10:51:32 +0000 Subject: [PATCH] wip #4561 --- 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 485df024c..d8f0b8584 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/master/class.ws.html5.compiler.php @@ -2267,7 +2267,7 @@ height="0" width="0" style="display:none;visibility:hidden"> $lessContents = ''; $this->lessVariables['font'] = $this->_font($this->theme->parametres->interfaceFont); - $this->lessVariables['text-transform'] = $this->theme->parametres->interfaceFontUppercase ? 'uppercase' : ''; + $this->lessVariables['text-transform'] = $this->theme->parametres->interfaceFontUppercase ? 'uppercase' : 'inherit'; $this->lessVariables['css-scale'] = $this->cssScale; $this->lessVariables['slider-display'] = $this->_lessBoolean($this->theme->parametres->pagesBar); -- 2.39.5