diff options
author | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-11-03 05:27:47 +0000 |
---|---|---|
committer | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-11-03 05:27:47 +0000 |
commit | 5170cc2b677a9d521dbc2176c6bb1f25efbbc785 (patch) | |
tree | 05233623823df1dda4ee9202fb3b11215a281ee7 /mod/riverdashboard/endpoint/get_comments.php | |
parent | 037148770b5bc8c8682d8c992f9fbf490d608a48 (diff) | |
download | elgg-5170cc2b677a9d521dbc2176c6bb1f25efbbc785.tar.gz elgg-5170cc2b677a9d521dbc2176c6bb1f25efbbc785.tar.bz2 |
Fixes #2440: Converted clearfloat to clearfix, brought back orig clearfloat
git-svn-id: http://code.elgg.org/elgg/trunk@7223 36083f99-b078-4883-b0ff-0f9b5a30f544
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>"; |