Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LinkifyString nl2br corrupts output text with line ending is CR|LF #481

Open
apatrida opened this issue May 24, 2024 · 0 comments
Open

LinkifyString nl2br corrupts output text with line ending is CR|LF #481

apatrida opened this issue May 24, 2024 · 0 comments
Assignees
Labels

Comments

@apatrida
Copy link

Text such as:

 please do something...\r\n
how are you?\r\n
Fred Flintstone.\r\n

is output with nl2br: true as

<br/>ase do something...
<br/>are you?
<br/> Flinestone.
<br/>
@nfrasser nfrasser self-assigned this May 27, 2024
@nfrasser nfrasser added the bug label Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants