Infos> fix visible html in presentation
All checks were successful
Deploy / Deploy to Production (push) Successful in 5s

This commit is contained in:
camille 2026-06-30 19:03:29 +02:00
parent e51d50929f
commit da5e50f20c

View file

@ -11,7 +11,7 @@
</p>
</div>
<div class="presentation">
<p><?= $page->presentation()->html() ?></p>
<p><?= $page->presentation()->kirbytext() ?></p>
</div>
</section>