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

Fix ambiguous entities #3071

Merged
merged 1 commit into from
Jun 23, 2019
Merged

Fix ambiguous entities #3071

merged 1 commit into from
Jun 23, 2019

Conversation

thgh
Copy link
Contributor

@thgh thgh commented Jun 22, 2019

Attributes are not properly decoded, see sveltejs/sapper#759
This PR makes it a little better, but is still not perfect. For example &#123abcd; will be interpreted as &#123 while throwing away abcd;. That code is invalid so I wouldn't worry about it.

More info: https://mathiasbynens.be/notes/ambiguous-ampersands

Fix sveltejs/sapper#759

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

Successfully merging this pull request may close these issues.

A href encoded incorrectly
2 participants