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
Fixes#10330
Multiline addresses are stored in the database with new lines
The new lines were replaced and then escaped (in the wrong order)
so the breaks were rendered as htmlentities <br /> became <br />
0 commit comments