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/groups/views/default/groups/grouplisting.php | 2 +- mod/profile/views/default/profile/listing.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'mod') diff --git a/mod/groups/views/default/groups/grouplisting.php b/mod/groups/views/default/groups/grouplisting.php index 8d4169ed1..37701daa4 100644 --- a/mod/groups/views/default/groups/grouplisting.php +++ b/mod/groups/views/default/groups/grouplisting.php @@ -19,7 +19,7 @@ ); $info .= "

getUrl() . "\">" . $vars['entity']->name . "

"; - $info .= "

" . $vars['entity']->briefdescription . "

"; + $info .= "

" . $vars['entity']->briefdescription . "

"; // num users, last activity, owner etc 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