Page 1 of 1
Insert of <hr> in Description
Posted: 25 Aug 2006, 12:50
by Alfonso
In the description of an issue I can insert HTML codes like <i>, but <hr> is not allowed.
Why? Where can I allow it?
Posted: 25 Aug 2006, 14:47
by shark
have you tried this in Mantis 1.0.5 ?
Posted: 25 Aug 2006, 14:53
by Narcissus
The valid HTML tags are defined by the $g_html_valid_tags configuration variable.
Copy the line that sets that value from your config_defaults_inc.php to your config_inc.php file then edit it in config_inc.php, being careful to follow the notes about what not to use in this list.