Insert of <hr> in Description

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
Alfonso
Posts: 2
Joined: 07 Mar 2006, 10:58
Contact:

Insert of <hr> in Description

Post 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?
shark
Posts: 43
Joined: 12 Jul 2005, 22:23

Post by shark »

have you tried this in Mantis 1.0.5 ?
Narcissus
Developer
Posts: 338
Joined: 17 Feb 2005, 09:45

Post 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.
Post Reply