diff --git a/main/group/group_space.php b/main/group/group_space.php index 8a628b1aa7..2bc273e77e 100644 --- a/main/group/group_space.php +++ b/main/group/group_space.php @@ -158,7 +158,7 @@ if (api_is_allowed_to_edit() OR GroupManager :: is_user_in_group($_SESSION['_uid if( $current_group['doc_state'] != TOOL_NOT_AVAILABLE ) { // link to the documents area of this group - $tools .= "
"; + $tools .= ""; } if ( $current_group['calendar_state'] != TOOL_NOT_AVAILABLE) { @@ -184,27 +184,27 @@ else $tools = ''; if ($current_group['forum_state'] == TOOL_PUBLIC && !is_null($current_group['forum_id'])) { - $tools .= "- ".get_lang("Forums")."
".get_lang("Forums")."
".get_lang("GroupDocument")."
".get_lang("GroupCalendar")."
".get_lang("GroupWork")."
".get_lang("GroupAnnouncements")."'.$tools.''; }