fix body front
This commit is contained in:
parent
7f4eb816c1
commit
60709ab632
2 changed files with 18 additions and 24 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue