This commit is contained in:
tianshujie
2021-08-27 13:21:00 +08:00
parent cd6b1ace33
commit 0f279a3c84
+1 -1
View File
@@ -119,7 +119,7 @@
<tbody>
<tr valign='middle'>
<th class='thWidth'><?php echo $lang->bug->product;?></th>
<td><?php if(!common::printLink('product', 'browse', "productID=$bug->product", $product->name)) echo $product->name;?></td>
<td><?php if(!common::printLink('product', 'browse', "productID=$bug->product", $product->name, '', "data-app='product'")) echo $product->name;?></td>
</tr>
<?php if($product->type != 'normal'):?>
<tr>