From 8119e3de8cae4a8d94c75b6d1e96db3de87e9d8c Mon Sep 17 00:00:00 2001 From: Thasan Date: Sat, 3 Jan 2015 07:37:01 +0200 Subject: [PATCH] html encoding forum post title --- app/views/forum/show.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/forum/show.php b/app/views/forum/show.php index 944294d..ac884b6 100755 --- a/app/views/forum/show.php +++ b/app/views/forum/show.php @@ -1,4 +1,4 @@ -provide('title', $this->forum_post->title) ?> +provide('title', $this->h($this->forum_post->title)) ?> forum_post->is_locked) : ?>

t('.locked') ?>