Template escaping

This commit is contained in:
Lukas Bestle
2022-08-23 22:18:14 +02:00
parent 27acc17eac
commit 435b9f4541
12 changed files with 25 additions and 24 deletions

View File

@@ -48,7 +48,7 @@
<?php endif ?>
<figcaption>
<span>
<span class="example-name"><?= $album->title()->html() ?></span>
<span class="example-name"><?= $album->title()->esc() ?></span>
</span>
</figcaption>
</figure>