diff --git a/core/core.php b/core/core.php index b97c34bb..ab1bb307 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 = '10.0.031.dev'; + const ZWII_VERSION = '10.0.032.dev'; public static $actions = []; public static $coreModuleIds = [ @@ -1709,7 +1709,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 2eef2168..155697ed 100755 --- a/core/layout/common.css +++ b/core/layout/common.css @@ -643,12 +643,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 {