You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When editing in User Private Profile, the Biography and Address fields (when they contain multiple lines) display explicit \r\n (or \n) between lines
#1162
Open
alanbarrett opened this issue
May 9, 2015
· 1 comment
When editing in User Private Profile, the Biography and Address fields (when they contain multiple lines) display explicit \r\n (or \n) between lines
6a\r\n6b\r\n6c is stored in DB, but profile pages display correctly.
Alan.
The text was updated successfully, but these errors were encountered:
PDOWrapper::cleanse($str) explicitly escapes CR and LF. This is why the \r\n appear. Ideally they should be kept as is in the database (not escaped). However that cannot easily be changed now.
When editing in User Private Profile, the Biography and Address fields (when they contain multiple lines) display explicit \r\n (or \n) between lines
6a\r\n6b\r\n6c is stored in DB, but profile pages display correctly.
The text was updated successfully, but these errors were encountered: