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

HTML Symbol Code Appearing #192

Open
cmarx opened this issue Apr 2, 2014 · 3 comments
Open

HTML Symbol Code Appearing #192

cmarx opened this issue Apr 2, 2014 · 3 comments

Comments

@cmarx
Copy link

cmarx commented Apr 2, 2014

Anyone experience a case where premailer adds an HTML symbol code at the end of lines? after running through premailer. That doesnt even seem to be a legit symbol!

Pre premailer...

View it in your browser</a></p>
</td>

Post premailer...

View it in your browser</a></p>&#13;
</td>&#13;
@ginnsquad
Copy link

I experienced the same thing.

@amclin
Copy link
Contributor

amclin commented Apr 8, 2014

&#13; is a line return character. Shouldn't cause a problem to have it in there, but if you're concerned, try doing some cleanup on your input HTML to replace Windows line return characters.

@SimonEast
Copy link

I was getting the same thing, even though I was pretty sure I had converted all CRLF in my code to LF. I then changed the DOCTYPE from XHTML strict to HTML4 transitional and this appeared to fix the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants