diff options
Diffstat (limited to '')
-rw-r--r-- | include/config_default.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php index 57a4520c3..72363d85d 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -448,7 +448,7 @@ $conf['full_tag_cloud_items_number'] = 200; // tags_levels: number of levels to use for display. Each level is bind to a // CSS class tagLevelX. -$conf['tags_levels'] = 10; +$conf['tags_levels'] = 5; // +-----------------------------------------------------------------------+ // | Notification by mail | |