This commit is contained in:
lanzongjun
2022-06-30 08:52:59 +08:00
parent 3f2ff5ad45
commit 66ea6430cf
+1 -1
View File
@@ -307,7 +307,7 @@
<?php endif;?>
<tr>
<th><?php echo $lang->story->category;?></th>
<td><?php echo $lang->story->categoryList[$story->category];?></td>
<td><?php echo zget($lang->story->categoryList, $story->category, $story->category)?></td>
</tr>
<tr>
<th><?php echo $lang->story->pri;?></th>