description field

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
SunnyMantis
Posts: 60
Joined: 03 Jan 2018, 15:39
Location: Toronto, Canada

description field

Post by SunnyMantis »

after converting mantis into jira, we found the following:
<ol>
<li>Remove checkmark from "Confirm List" button</li>
<li>Change "Confirm List" button to background:#0000ff; font:#fff</li>
<li>Change "Save" text to "Save List"</li>
</ol>

those <> actually refer to number (bullet)

is this because during the input (type in description) user just copy/paste from somewhere, not input as 1. 2. 3. ?
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: description field

Post by atrol »

SunnyMantis wrote:we found the following:
I don't understand what you mean with it.
Which MantisBT page do you open and what do you get? A screenshot might help.
Please use Search before posting and read the Manual
SunnyMantis
Posts: 60
Joined: 03 Jan 2018, 15:39
Location: Toronto, Canada

Re: description field

Post by SunnyMantis »

those are html code, which our team members entered in mantis description in order to get 1,2,3 or some bullets.

As we are still at version 1.1.7.
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: description field

Post by atrol »

SunnyMantis wrote:those are html code, which our team members entered in mantis
Confuses me, especially as I see not how this is related to
SunnyMantis wrote:after converting mantis into jira
Might help, you can set option $g_html_valid_tags in file config_inc.php , e.g.

Code: Select all

$g_html_valid_tags = 'p, li, ul, ol, br, pre, i, b, u, em, strong';
Please use Search before posting and read the Manual
SunnyMantis
Posts: 60
Joined: 03 Jan 2018, 15:39
Location: Toronto, Canada

Re: description field

Post by SunnyMantis »

Thank you very much! I will look into that.
Never know mantis can support data entry and convert html code.
By any chance, where can I get some reference about how mantis deal with html code, especially in data entry fields, please ?
Post Reply