Fixed issue #65.

This commit is contained in:
Parziphal 2014-03-08 14:03:16 -05:00
parent efed545ccd
commit cb4f5971a8

View File

@ -3,7 +3,7 @@
<?= $this->formTag('post#index', array('method' => 'get', 'accept-charset' => 'UTF-8'), function(){ ?>
<div style="margin:0;padding:0;display:inline"></div>
<div>
<?= $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' => '')) ?>
</div>
<?php }) ?>