-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Malformed HTML Entities in Ember Templates #20736
Comments
This is actually a node issue. Can you downgrade to 22.6 or earlier? |
Oh! that really intrigues me. Do you have a Node issue I can dive deeper into? I'd love to understand the cause. Yes, we can downgrade, thanks. We chose to move the on-click handler to the front of the element and made a doco reference locally. |
Happy to close this issue as an upstream vendor offender. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🐞 Describe the Bug
Ember (Handlebars?) fails to parse HTML entities, inserting unknown character code symbols <?>.
🔬 Minimal Reproduction
Create a new handlebars template with the four following anchor elements:
😕 Actual Behavior
Unknown character code symbols appear in the browser where the HTML entity should be presented.
🤔 Expected Behavior
Given
×
Then I should see ×
🌍 Environment
The text was updated successfully, but these errors were encountered: