]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Activity stream comments now show up outside of the hidden div so you can see them...
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Fri, 11 Jun 2010 19:57:01 +0000 (19:57 +0000)
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Fri, 11 Jun 2010 19:57:01 +0000 (19:57 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@6460 36083f99-b078-4883-b0ff-0f9b5a30f544

mod/riverdashboard/views/default/river/item/wrapper.php

index 3583a7f5ba335c4a8580d977f4a6ffe9af989dc6..72648dee144e8fe8be6d4c5d9b3b51a45395073b 100644 (file)
@@ -109,11 +109,9 @@ if ($comments){
                echo "</div></div>";
                $counter++;
        }
-       echo elgg_make_river_comment($object);
 
-       echo '</div>'; // close comments_list.
-
-       echo "</div></div>"; // close comments_container and river_comments
+       // close comments_list, comments_container and river_comments
+       echo '</div></div>' . elgg_make_river_comment($object) . '</div>';
 } else {
        // tab bar nav - for users that liked object
        if ($vars['item']->type != 'user' && $likes_count != 0) {