Page 1 of 1

No line breaks in description

Posted: 22 May 2017, 14:37
by Knubbi
Descriptions are very hard to read in"view.php" because the line breaks are removed:
nolinebreak.png
nolinebreak.png (51.59 KiB) Viewed 4390 times
Can those be kept enabled, because in "bug_update_page.php", line breaks show up properly?!
linebreak.png
linebreak.png (47.35 KiB) Viewed 4390 times

Re: No line breaks in description

Posted: 22 May 2017, 18:52
by atrol
I am not able to reproduce the issue.

Check settings of MantisBT Formatting plugin.
Maybe you deactivated setting "Text Processing".

Re: No line breaks in description

Posted: 22 May 2017, 21:44
by Knubbi
Had this error message in "admin/check/index.php":

Code: Select all

Database default collation is UTF-8
Database is using latin1_swedish_ci collation where UTF-8 collation is required. FAIL
After changing collation to UTF8, line breaks are shown properly!

Thanks for your help.