Use html method

This commit is contained in:
sonja
2020-12-13 13:13:20 +01:00
committed by Bastian Allgeier
parent 0b9ca1d05c
commit eabce32cf0
4 changed files with 6 additions and 6 deletions

View File

@@ -21,7 +21,7 @@
<?php snippet('header') ?>
<article>
<h1 class="h1"><?= $page->title() ?></h1>
<h1 class="h1"><?= $page->title()->html() ?></h1>
<div class="text">
<?= $page->text()->kt() ?>
</div>