Missing <?php tag in a view file

pull/304/merge
iglocska 2014-08-05 10:32:49 +02:00
parent 9e227ef724
commit 9902217ac5
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
<span onClick="activateTagField()" id="addTagButton" class="btn btn-inverse noPrint" style="line-height:10px; padding: 4px 4px;">+</span>
</td>
<td id = "addTagFieldTD">
<?
<?php
echo $this->Form->input('tagsPusher', array(
'div' => 'clear',
'id' => 'addTagField',