* Adjust code for task #44367.

This commit is contained in:
liyuchun
2021-11-17 12:50:19 +08:00
parent ee073e0530
commit a9fa89985c

View File

@@ -231,6 +231,10 @@
<th><?php echo $lang->bug->notifyEmail;?></th>
<td><?php echo $bug->notifyEmail;?></td>
</tr>
<tr>
<th><?php echo $lang->bug->os;?></th>
<td><?php echo $lang->bug->osList[$bug->os];?></td>
</tr>
<tr>
<th><?php echo $lang->bug->browser;?></th>
<td><?php echo $lang->bug->browserList[$bug->browser];?></td>