* Finish task #44367.

This commit is contained in:
liyuchun
2021-11-16 17:25:30 +08:00
parent 161b76d10c
commit b5cfba165e
8 changed files with 55 additions and 16 deletions

View File

@@ -224,8 +224,12 @@
</td>
</tr>
<tr>
<th><?php echo $lang->bug->os;?></th>
<td><?php echo $lang->bug->osList[$bug->os];?></td>
<th><?php echo $lang->bug->feedbackBy;?></th>
<td><?php echo $bug->feedbackBy;?></td>
</tr>
<tr>
<th><?php echo $lang->bug->notifyEmail;?></th>
<td><?php echo $bug->notifyEmail;?></td>
</tr>
<tr>
<th><?php echo $lang->bug->browser;?></th>