Fixed vulnerability

- Persistent XSS through the thread title fixed
pull/217/head
iglocska 2014-01-08 16:57:00 +01:00
parent 6e842da5bc
commit 9eb5b7ffb7
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<div class="threads view">
<h3><?php echo $thread_title; ?></h3>
<h3><?php echo h($thread_title); ?></h3>
<?php
echo $this->element('eventdiscussion');
?>