diff --git a/ext/comment/theme.php b/ext/comment/theme.php index c2ec7d2d..8023b9d0 100644 --- a/ext/comment/theme.php +++ b/ext/comment/theme.php @@ -147,7 +147,7 @@ class CommentListTheme extends Themelet { if(empty($html)) { $html = '
No comments by this user.
'; } - $page->add_block(new Block("Comments", $html, "left", 70)); + $page->add_block(new Block("Comments", $html, "left", 70, "comment-list")); }