From 2aa012479cea3e44fc967830abdfbdebb42ac781 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Tue, 11 Feb 2020 11:09:11 +0100 Subject: [PATCH 1/2] (9.2.20] petite erreur de syntaxe --- core/layout/common.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/layout/common.css b/core/layout/common.css index 8bf683af..a2243ac0 100755 --- a/core/layout/common.css +++ b/core/layout/common.css @@ -985,7 +985,7 @@ label { background: #F5F5F5; text-align: center; float: right; - min-height :100%; + min-height: 100%; } .inputFile:hover { text-decoration: none; From b41d28b0c86c978863ae3f84970dba83027ba28c Mon Sep 17 00:00:00 2001 From: fredtempez Date: Tue, 11 Feb 2020 20:10:43 +0100 Subject: [PATCH 2/2] =?UTF-8?q?[9.2.21]=20correction=20d=C3=A9finitive=20d?= =?UTF-8?q?es=20br=20dans=20le=20footer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core.php | 4 ++-- core/layout/common.css | 6 ------ 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/core/core.php b/core/core.php index adb18aff..4af96a47 100644 --- a/core/core.php +++ b/core/core.php @@ -33,7 +33,7 @@ class common { const TEMP_DIR = 'site/tmp/'; // Numéro de version - const ZWII_VERSION = '9.2.20'; + const ZWII_VERSION = '9.2.21'; public static $actions = []; public static $coreModuleIds = [ @@ -2075,7 +2075,7 @@ class layout extends common { */ public function showFooterText() { if($footerText = $this->getData(['theme', 'footer', 'text']) OR $this->getUrl(0) === 'theme') { - echo '
' . nl2br($footerText) . '
'; + echo '
' . $footerText . '
'; } } diff --git a/core/layout/common.css b/core/layout/common.css index a2243ac0..bfe8bf15 100755 --- a/core/layout/common.css +++ b/core/layout/common.css @@ -640,12 +640,6 @@ footer #footerbody > div { font-size: inherit; } -/* Corrige le problème des
dans les col du texte personnalisé */ -#footerText div { - display: inline-flex; - float: left; -} - /* Conserve le pied de page sur une ligne */ @media (max-width: 768px) { body > footer {