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:
Bruno Nocera Zanette <brunonzanette@gmail.com>
Loading
Please register or sign in to comment