* Modify endforeach.

This commit is contained in:
songchenxuan
2023-08-21 10:51:36 +08:00
parent aed78c617d
commit 60544ad44e
+1 -2
View File
@@ -79,8 +79,7 @@
<td><?php echo $lang->api->boolList[$param['required']];?></td>
<td><?php echo $param['desc'];?></td>
<tr>
<?php endforeach;
;?>
<?php endforeach;?>
</tbody>
</table>
<?php endif;?>