* fixed error on submit form with placeholder value for IEs.

This commit is contained in:
Catouse
2014-11-07 11:51:06 +08:00
parent 8cacd2aeab
commit 5d9c0c8c3b
3 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -73,7 +73,7 @@
<?php echo html::input('estimate', $task->estimate, "class='form-control'")?>
<span class="input-group-addon"><?php echo $lang->task->hour;?></span>
</div>
</td><td></td>
</td><td><div class='help-block'><?php echo $lang->task->estimateTip?></div></td>
</tr>
<tr>
<th><?php echo $lang->task->estStarted;?></th>