From 5170cc2b677a9d521dbc2176c6bb1f25efbbc785 Mon Sep 17 00:00:00 2001 From: ewinslow Date: Wed, 3 Nov 2010 05:27:47 +0000 Subject: 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 --- mod/riverdashboard/endpoint/get_comments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/riverdashboard/endpoint/get_comments.php') 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 "
"; + echo "
"; echo ""; echo elgg_view("profile/icon", array('entity' => $comment_owner, 'size' => 'tiny')); echo ""; -- cgit v1.2.3