Skip to content
Snippets Groups Projects
Commit 8a479d32 authored by Bruno Nocera Zanette's avatar Bruno Nocera Zanette
Browse files

Fix Bad Chars on Text (Better Solution)


This commits implements a better solution to the problem.
Actually the problem was with '\n' and '\r', and not with HTML tags.
This fix simply substitute this chars for ' ' (space).
Now, the text encoding is not needed anymore!

Signed-off-by: default avatarBruno Nocera Zanette <brunonzanette@gmail.com>
parent 6bcfb6f2
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment