fix body front

This commit is contained in:
isUnknown 2025-02-17 19:13:21 +01:00
parent 7f4eb816c1
commit 60709ab632
2 changed files with 18 additions and 24 deletions

View file

@ -29,10 +29,10 @@
<?= $page->chapo() ?>
</div>
<?php endif ?>
<?php if ($page->isHtmlMode()): ?>
<?= $page->htmlBody()->kt() ?>
<?php if ($page->isHtmlMode()->isTrue()): ?>
<?= $page->htmlBody()->kt() ?>
<?php else: ?>
<?= $page->body() ?>
<?= $page->body() ?>
<?php endif ?>
</div>
</article>