diff options
Diffstat (limited to 'modules/comment/views/show_comments.html.php')
-rw-r--r-- | modules/comment/views/show_comments.html.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/comment/views/show_comments.html.php b/modules/comment/views/show_comments.html.php index 5ba45883..35b2c67a 100644 --- a/modules/comment/views/show_comments.html.php +++ b/modules/comment/views/show_comments.html.php @@ -2,7 +2,9 @@ <div id="gComments"> <? if ($comment_list): ?> <h2><?= _("Comments") ?></h2> - <?= $comment_list ?> + <ul id="gCommentThread"> + <?= $comment_list ?> + </ul> <? endif ?> <?= $comment_form ?> |