From 1a58f70769f27f6d6d0510d868792c1ed8b4bfae Mon Sep 17 00:00:00 2001 From: Zatalyz <zatalyz@liev.re> Date: Tue, 6 Oct 2020 08:56:31 +0200 Subject: [PATCH] =?UTF-8?q?Correction=20d'une=20erreur=20sur=20la=20d?= =?UTF-8?q?=C3=A9claration=20du=20TOC,=20g=C3=A9n=C3=A9rant=20un=20bug=20a?= =?UTF-8?q?vec=20le=20plugin=20tagalert=20(et=20probablement=20d'autres)?= =?UTF-8?q?=20:=20alerte=20en=20double.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.php b/main.php index ba5089d..9908457 100644 --- a/main.php +++ b/main.php @@ -133,9 +133,9 @@ $showSidebar = $hasSidebar && ($ACT=='show'); <!-- wikipage start --> - <?php tpl_toc(true) ?> + <?php tpl_toc(false) ?> <article class="kharticle"> - <?php tpl_content(true) ?> + <?php tpl_content(false) ?> </article> <!-- wikipage stop --> <?php tpl_includeFile('pagefooter.html') ?>