From cb4f5971a8fa916d1345883146806368b63e1be6 Mon Sep 17 00:00:00 2001 From: Parziphal Date: Sat, 8 Mar 2014 14:03:16 -0500 Subject: [PATCH] Fixed issue #65. --- app/views/post/_search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ formTag('post#index', array('method' => 'get', 'accept-charset' => 'UTF-8'), function(){ ?>
- textFieldTag("tags", $this->params()->tags, array('size' => '20', 'autocomplete' => 'off')) ?> + textFieldTag("tags", $this->h($this->params()->tags), array('size' => '20', 'autocomplete' => 'off')) ?> submitTag($this->t('.search'), array('style' => 'display: none;', 'name' => '')) ?>