diff --git a/resources/inc/class.bo_acl.inc.php b/resources/inc/class.bo_acl.inc.php index bad7788540..c3a11632f3 100755 --- a/resources/inc/class.bo_acl.inc.php +++ b/resources/inc/class.bo_acl.inc.php @@ -100,7 +100,7 @@ class bo_acl #_debug_array($cat)."hier
"; if($this->is_permitted($cat['id'],$perm_type)) { - $s = str_repeat(' ',$cat['level']) . stripslashes($cat['name']); + $s = str_repeat('  ',$cat['level']) . stripslashes($cat['name']); if ($cat['app_name'] == 'phpgw' || $cat['owner'] == '-1') { $s .= ' ♦';