-
Notifications
You must be signed in to change notification settings - Fork 157
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
Bug: Compiler creates duplicate <head> element #22
Comments
This is in fact a feature, not a bug :) It's meant to trick the Yahoo! app, as this client will strip out the first I've tested this myself and it doesn't cause any problems in any of the major email clients. Have you tested and found one that is affected by this hack? |
I was about to respond with that! Thanks, @hellocosmin! |
Awesome. Thanks for the clarification. Ran this through Litmus and everything came up blank until I stripped out the blank https://litmus.com/builder/c540f0b Probably a bug on their end :) |
Yup, Litmus Builder bug, works fine in Email on Acid's editor, as well as in the browser and major email clients that I've tested :) |
Perfect. Thanks! |
The double |
https://heml.io/editor/
On the editor page, demo HEML content:
Produces an additional opening
<head>
and closing</head>
elements:This causes improper syntax which email clients will not render the second element with content in it.
The text was updated successfully, but these errors were encountered: