From 558b17feaf25dbda262be2afbc76d79e006212a9 Mon Sep 17 00:00:00 2001 From: ben Date: Mon, 11 Aug 2008 13:33:58 +0000 Subject: Added class to user and group details git-svn-id: https://code.elgg.org/elgg/trunk@1825 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/profile/views/default/profile/listing.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/profile/views') diff --git a/mod/profile/views/default/profile/listing.php b/mod/profile/views/default/profile/listing.php index 750674bb3..3715222ab 100644 --- a/mod/profile/views/default/profile/listing.php +++ b/mod/profile/views/default/profile/listing.php @@ -33,7 +33,7 @@ $location = $vars['entity']->location; if (!empty($location)) { - $info .= "

" . elgg_echo("profile:location") . ": " . elgg_view("output/tags",array('value' => $vars['entity']->location)) . "

"; + $info .= "

" . elgg_echo("profile:location") . ": " . elgg_view("output/tags",array('value' => $vars['entity']->location)) . "

"; } echo elgg_view_listing($icon, $info); -- cgit v1.2.3