Correction d'une erreur sur la déclaration du TOC, générant un bug avec
le plugin tagalert (et probablement d'autres) : alerte en double.
This commit is contained in:
parent
5e1ee3a0a9
commit
1a58f70769
1 changed files with 2 additions and 2 deletions
4
main.php
4
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') ?>
|
||||
|
|
Loading…
Reference in a new issue