From 8a7272a14280ec3daa10416d1da426ac0dffcfe5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Carlos=20Ra=C3=B1a?= Date: Mon, 6 Dec 2010 22:21:50 +0100 Subject: [PATCH] uniform appearance --- main/wiki/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/wiki/index.php b/main/wiki/index.php index 185277b550..0020441499 100755 --- a/main/wiki/index.php +++ b/main/wiki/index.php @@ -101,7 +101,7 @@ if ($_SESSION['_gid'] OR $_GET['group_id']) { $interbreadcrumb[] = array ("url" => "../group/group.php", "name" => get_lang('Groups')); $interbreadcrumb[] = array ("url"=>"../group/group_space.php?gidReq=".$_clean['group_id'], "name"=> get_lang('GroupSpace').' '.$group_properties['name']); - $add_group_to_title = ' ('.$group_properties['name'].')'; + $add_group_to_title = ' '.$group_properties['name']; $groupfilter='group_id="'.$_clean['group_id'].'"'; //ensure this tool in groups whe it's private or deactivated