diff --git a/app/views/forum/search.php b/app/views/forum/search.php index a552469..7bbf7ba 100755 --- a/app/views/forum/search.php +++ b/app/views/forum/search.php @@ -1,7 +1,7 @@
formTag(['action' => "search"], ['method' => 'get'], function(){ ?> - textFieldTag("query", $this->params()->query, ['size' => 40]) ?> + textFieldTag("query", $this->h($this->params()->query), ['size' => 40]) ?> submitTag($this->t('.search'))?>