diff options
Diffstat (limited to 'include/config_default.inc.php')
-rw-r--r-- | include/config_default.inc.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php index 99efedd0d..700fd68a5 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -265,4 +265,8 @@ $conf['guest_id'] = 2; // must update categories informations in screen [Admin > General > // Maintenance]. $conf['allow_random_representative'] = false; + +// allow_html_descriptions : authorize administrators to use HTML in +// category and element description. +$conf['allow_html_descriptions'] = true; ?> |