From eb34e1d0c79ac0173d7eb6e158e0846c28661162 Mon Sep 17 00:00:00 2001 From: Parziphal Date: Mon, 26 Jan 2015 07:08:43 -0500 Subject: [PATCH] Fixed #138 --- app/views/tag/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/tag/index.php b/app/views/tag/index.php index 477a99c..699d99e 100755 --- a/app/views/tag/index.php +++ b/app/views/tag/index.php @@ -7,7 +7,7 @@

t('tag_wild') ?>

- textFieldTag("name", $this->params()->name, array('size' => '40')) ?> + textFieldTag("name", $this->h($this->params()->name), array('size' => '40')) ?>