This commit is contained in:
Parziphal 2015-02-04 10:32:43 -05:00
commit a49c9548fd

View File

@ -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) : ?>
<div class="status-notice">
<p><?= $this->t('.locked') ?></p>