diff options
Diffstat (limited to 'mod/riverdashboard/endpoint/get_comments.php')
-rw-r--r-- | mod/riverdashboard/endpoint/get_comments.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/riverdashboard/endpoint/get_comments.php b/mod/riverdashboard/endpoint/get_comments.php index cc210b126..22d89bcfd 100644 --- a/mod/riverdashboard/endpoint/get_comments.php +++ b/mod/riverdashboard/endpoint/get_comments.php @@ -25,7 +25,7 @@ foreach ($comments as $comment) { $comment_owner_url = $comment_owner->getURL(); //display comment - echo "<div class='river_comment clearfloat'>"; + echo "<div class='river_comment clearfix'>"; echo "<span class='river_comment_owner_icon'>"; echo elgg_view("profile/icon", array('entity' => $comment_owner, 'size' => 'tiny')); echo "</span>"; |