* fix task pri text with zero value.

This commit is contained in:
Catouse
2016-11-22 16:17:40 +08:00
parent 0f25690c86
commit 2a3e326962
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -187,7 +187,7 @@
</tr>
<tr>
<th><?php echo $lang->task->pri;?></th>
<td><span class='<?php echo 'pri' . zget($lang->task->priList, $task->pri);?>'><?php echo zget($lang->task->priList, $task->pri)?></span></td>
<td><span class='<?php echo 'pri' . zget($lang->task->priList, $task->pri);?>'><?php echo $task->pri == '0' ? '' : zget($lang->task->priList, $task->pri)?></span></td>
</tr>
<tr>
<th><?php echo $lang->task->mailto;?></th>