View Issue Details

IDProjectCategoryView StatusLast Update
0024292mantisbtbugtrackerpublic2018-04-23 03:16
ReporterStevenH Assigned Toatrol  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionduplicate 
Product Version2.13.1 
Summary0024292: Formatting Bug Notes
Description

After updateing to 2.13.1 I noticed that most HTML Tags do not work anymore in Mantis Bugnotes.
I checked $g_html_valid_tags and set to
$g_html_valid_tags = 'p, li, ul, ol, pre, i, b, u, em, blockquote';
$g_html_valid_tags_single_line = 'p, li, ul, ol, pre, i, b, u, em, blockquote';
but none of the mentioned tags are interpreted but they are all displayed as text. Now all my 'old' bug notes have the tags as visible text inside and reading them is not a pleasure.

Is there a new bug anywhere?

TagsNo tags attached.

Relationships

duplicate of 0024241 resolveddregad $g_html_valid_tags are not rendered if Markdown is enabled 

Activities

atrol

atrol

2018-04-13 02:47

developer   ~0059553

Known issue, see 0024241.
As a workaround you can deactivate Markdown.

StevenH

StevenH

2018-04-13 02:56

reporter   ~0059554

How can I deactivate?

atrol

atrol

2018-04-13 03:13

developer   ~0059555

Goto page Manage > Manage Plugins
Click MantisBT Formatting
Set Markdown processing to Off

StevenH

StevenH

2018-04-13 03:37

reporter   ~0059556

Thanks! Workaround seems not to be a suitable idea, some people used this functionality...
So need to wait for the bug fix.

atrol

atrol

2018-04-13 03:45

developer   ~0059557

some people used this functionality.

A good idea could be to tell your users to use only Markdown in future and stop using HTML.

dregad

dregad

2018-04-13 07:12

developer   ~0059561

So need to wait for the bug fix.

Please be aware that this change was introduced due to a cross-site scripting (XSS) security issue 0024186