* finish task #2494.

This commit is contained in:
wangyidong
2016-03-07 10:06:20 +08:00
parent b3583677de
commit fb65e3660b
5 changed files with 9 additions and 57 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ js::set('refresh', $lang->refresh);
<span class='pri-text'></span> &nbsp;<span class='caret'></span>
</button>
<ul class='dropdown-menu pull-right'></ul>
<?php echo html::select('pri', (array)$lang->bug->priList, $pri, "class='hide'");?>
<?php echo html::select('pri', $lang->bug->priList, '', "class='hide'");?>
</div>
</div>
</div>