Mantis 1.0.1 : Html tags in text fields
Posted: 30 Mar 2006, 06:32
Hi everybody,
In text fields Description, Steps to reproduce, Bug Notes I would like to use some html tags to format my text. Some tags works (<b>, <i>, <u>) but many others don't (<s> for strike, <td>, <tr> for instance)...
In the MySQL database, the whole text is save with tags but then how does it work ? Whot interprets html tags ? The internet browser ? Mantis ?
In an other topic I've discovered that in strings_api.php Mantis makes some modification (on <br>, &nlsp...) before the text is displayed. Does it supress some tags ? Why the <s> tag is seen like this instead of being interpreted ?
Thanks for help.
In text fields Description, Steps to reproduce, Bug Notes I would like to use some html tags to format my text. Some tags works (<b>, <i>, <u>) but many others don't (<s> for strike, <td>, <tr> for instance)...
In the MySQL database, the whole text is save with tags but then how does it work ? Whot interprets html tags ? The internet browser ? Mantis ?
In an other topic I've discovered that in strings_api.php Mantis makes some modification (on <br>, &nlsp...) before the text is displayed. Does it supress some tags ? Why the <s> tag is seen like this instead of being interpreted ?
Thanks for help.