From 41971f907fdc6ce603253033c6a34d19264e00b0 Mon Sep 17 00:00:00 2001 From: Shish Date: Mon, 12 Mar 2012 05:36:39 +0000 Subject: [PATCH] missed a bit --- ext/comment/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")); }