From b737f941e794f680df12e4567c65ff45c8a07f90 Mon Sep 17 00:00:00 2001 From: Deltacms Date: Mon, 23 Jan 2023 14:02:43 +0100 Subject: [PATCH] =?UTF-8?q?r=C3=A9tablissement=20base=20href?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core.php b/core/core.php index 7ab2d93..05ac126 100644 --- a/core/core.php +++ b/core/core.php @@ -2121,7 +2121,7 @@ class common { */ public function showStyle() { if($this->output['style']) { - //echo '';// utilité ? + echo ''; if (strpos($this->output['style'], 'admin.css') >= 1 ) { echo ''.PHP_EOL; }