1
1
mirror of https://github.com/renbaoshuo/S2OJ.git synced 2025-03-12 20:07:02 +00:00

fix: c98a893fb6a81fd46eb9e71746ee20cd92c7bd54

This commit is contained in:
Baoshuo Ren 2023-02-28 17:38:35 +08:00
parent a08a94304f
commit 5d8720baa9
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

@ -333,10 +333,10 @@ $comments_pag = new Paginator([
</ul>
<?php if ($replies) : ?>
<div id="replies-<?= $comment['id'] ?>" class="rounded bg-secondary-subtle mt-2 border"></div>
<script>
showCommentReplies('<?= $comment['id'] ?>', <?= $replies_json ?>);
</script>
<?php endif ?>
<script>
showCommentReplies('<?= $comment['id'] ?>', <?= $replies_json ?>);
</script>
</div>
</div>
</div>