indent
All checks were successful
Deploy / Deploy to Production (push) Successful in 6s

This commit is contained in:
isUnknown 2026-03-30 11:16:01 +02:00
parent 21efdf99b7
commit 7efa08b269

View file

@ -32,11 +32,9 @@
</div>
<?php endif ?>
<?php if ($page->isHtmlMode()->isTrue()): ?>
<?= $page->htmlBody()->kt() ?>
<?php elseif ($page->isBlockMode()->isTrue()): ?>
<?= $page->bodyWithAnchors() ?>
<?= $page->htmlBody()->kt() ?>
<?php else: ?>
<?= $page->bodyWithAnchors() ?>
<?= $page->bodyWithAnchors() ?>
<?php endif ?>
</div>
</article>