aboutsummaryrefslogtreecommitdiff
path: root/views/default/comments
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/comments')
-rw-r--r--views/default/comments/latest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/comments/latest.php b/views/default/comments/latest.php
index f8e1af10f..c38b1f5c4 100644
--- a/views/default/comments/latest.php
+++ b/views/default/comments/latest.php
@@ -6,7 +6,7 @@
*/
if (isset($vars['comments'])) {
- echo '<ul class="elgg-latest-comments">';
+ echo '<ul class="elgg-latest-comments elgg-list">';
foreach ($vars['comments'] as $comment) {
$html = elgg_view_annotation($comment, false);
if ($html) {