Getting \r\n newlines to display properly in Mantis database
- by matt_tm
I've exported a Mantis project from one server to another and despite the MySQL SQL file (from which it was populated) showing:
(15375,'\r\n1. Log out\r\n\r\n2. When logging in, start ...
The final end-user view loses the \r\n and shows it only on one line:
1. Log out 2. When logging in, start typing
When viewing through phpMyAdmin, I can see the record properly:
1. Log out
2. When logging in, start typing
How can I correct this behavior when displaying this data?