html encoding forum post title
This commit is contained in:
parent
4f8a3a8c2b
commit
8119e3de8c
@ -1,4 +1,4 @@
|
|||||||
<?php $this->provide('title', $this->forum_post->title) ?>
|
<?php $this->provide('title', $this->h($this->forum_post->title)) ?>
|
||||||
<?php if ($this->forum_post->is_locked) : ?>
|
<?php if ($this->forum_post->is_locked) : ?>
|
||||||
<div class="status-notice">
|
<div class="status-notice">
|
||||||
<p><?= $this->t('.locked') ?></p>
|
<p><?= $this->t('.locked') ?></p>
|
||||||
|
Reference in New Issue
Block a user