No line breaks in description

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
Knubbi
Posts: 22
Joined: 14 May 2017, 14:35

No line breaks in description

Post 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 3751 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 3751 times
atrol
Site Admin
Posts: 8375
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: No line breaks in description

Post by atrol »

I am not able to reproduce the issue.

Check settings of MantisBT Formatting plugin.
Maybe you deactivated setting "Text Processing".
Please use Search before posting and read the Manual
Knubbi
Posts: 22
Joined: 14 May 2017, 14:35

Re: No line breaks in description

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