diff options
Diffstat (limited to 'views/default/friends/collections.php')
-rw-r--r-- | views/default/friends/collections.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/views/default/friends/collections.php b/views/default/friends/collections.php index a013dc1da..d73568b71 100644 --- a/views/default/friends/collections.php +++ b/views/default/friends/collections.php @@ -15,7 +15,6 @@ if (!isset($friendspicker)) { $friendspicker = 0; } -echo "<div class=\"contentWrapper\">"; if (is_array($vars['collections']) && sizeof($vars['collections'])) { echo "<ul id=\"friends_collections_accordian\">"; @@ -31,8 +30,6 @@ if (is_array($vars['collections']) && sizeof($vars['collections'])) { echo elgg_echo("friends:nocollections"); } -echo "</div>"; - ?> <script> |