* Fix BUG#2215.

This commit is contained in:
滔哥
2018-10-12 09:26:45 +08:00
parent fbe9d854e5
commit d462fc3324
3 changed files with 11 additions and 9 deletions
+1 -1
View File
@@ -34,7 +34,7 @@
</tr>
<tr>
<th><?php echo $lang->entry->account;?></th>
<td><?php echo html::select("account", $users, '', "class='form-control chosen'");?></td>
<td><?php echo html::select("account", $users, '', "class='form-control chosen' data-placeholder='{$lang->entry->note->account}'");?></td>
<td></td>
</tr>
<tr>