diff --git a/app/views/post/_search.php b/app/views/post/_search.php
index e9e5e44..6465304 100755
--- a/app/views/post/_search.php
+++ b/app/views/post/_search.php
@@ -3,7 +3,7 @@
= $this->formTag('post#index', array('method' => 'get', 'accept-charset' => 'UTF-8'), function(){ ?>
- = $this->textFieldTag("tags", $this->params()->tags, array('size' => '20', 'autocomplete' => 'off')) ?>
+ = $this->textFieldTag("tags", $this->h($this->params()->tags), array('size' => '20', 'autocomplete' => 'off')) ?>
= $this->submitTag($this->t('.search'), array('style' => 'display: none;', 'name' => '')) ?>