From eb1c935addf3c3c58e97ea4e4f4760098e8ca036 Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 19 Feb 2011 16:13:59 +0000 Subject: improved icon css so that they do not require having display: block git-svn-id: http://code.elgg.org/elgg/trunk@8328 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/layout/objects/list/body.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'views/default/layout/objects/list') diff --git a/views/default/layout/objects/list/body.php b/views/default/layout/objects/list/body.php index 187cc9690..ef62df198 100644 --- a/views/default/layout/objects/list/body.php +++ b/views/default/layout/objects/list/body.php @@ -39,10 +39,7 @@ $content = elgg_extract('content', $vars, ''); $tags = elgg_extract('tags', $vars, ''); if ($tags !== false) { - $tag_text = elgg_view('output/tags', array('tags' => $entity->tags)); - if ($tag_text) { - $tags = '

' . $tag_text . '

'; - } + $tags = elgg_view('output/tags', array('tags' => $entity->tags)); } if ($metadata) { -- cgit v1.2.3