Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
With single quotes ('\n'), the str_replace() function won't recognize it as a newline character. It will look for the literal sequence of a backslash followed by n, which I don't think we want.
- Loading branch information