fix: c98a893fb6
All checks were successful
continuous-integration/drone/push Build is passing

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

View File

@ -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>