openva / richmondsunlight.com

The Richmond Sunlight website.
https://www.richmondsunlight.com/
MIT License
12 stars 3 forks source link

Fix carriage returns in district addresses #257

Open waldoj opened 6 years ago

waldoj commented 6 years ago

e.g., Sen. Bill Stanley's address:

13508 Booker T Washington HighwayrMoneta, VA 24121

The solution is either to figure out why \r isn't being turned into newlines, or make a change in how newlines are stored in the database.

jalbertbowden commented 5 years ago

using "\n" works in HTML email...completely random thought.