From a5d100776504bef415219d5675ecad266080335f Mon Sep 17 00:00:00 2001 From: Zatalyz Date: Wed, 11 Dec 2024 21:50:28 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20:=20erreur=20de=20position=20de=20div=20(?= =?UTF-8?q?hors=20du=20test=20php)=20qui=20cr=C3=A9ait=20une=20erreur=20si?= =?UTF-8?q?=20pas=20de=20plugin=20translation.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/article.less | 1 - css/mobile.less | 1 - main.php | 7 +++---- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/css/article.less b/css/article.less index 28ff915..2aea96a 100644 --- a/css/article.less +++ b/css/article.less @@ -80,7 +80,6 @@ float: left; } /*____________ Article Title ____________*/ - /*__ Style pur __*/ .kharticle h1 { diff --git a/css/mobile.less b/css/mobile.less index dc57f21..b2d632d 100644 --- a/css/mobile.less +++ b/css/mobile.less @@ -73,7 +73,6 @@ } } - .showSidebar #dokuwiki__content, #dokuwiki__content { float: none; margin-left: 0; diff --git a/main.php b/main.php index 8192636..ed200f1 100644 --- a/main.php +++ b/main.php @@ -101,9 +101,9 @@ $showSidebar = $hasSidebar && ($ACT=='show'); showTranslations(); + echo ""; } ?> -
@@ -241,10 +241,9 @@ $showSidebar = $hasSidebar && ($ACT=='show'); showTranslations(); + echo "
"; } - ?> - - + ?>