We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As shown in the screenshot, there are encoding problems when appending markup returned from the AJAX call to the Embed action.
The text was updated successfully, but these errors were encountered:
change escaping strategy on input type hidden/text
8c4e6fa
to mitigate problems with double escaping them or escaping more than necessary via twig. Probably refs #36 as well.
Encoding is correct until the generation of rendered_embed, here: https://github.com/honeybee/honeybee-agavi-cmf-vendor/blob/master/app/lib/App/ActionPack/Resource/Embed/EmbedSuccessView.php#L66
When used in the template (twig or haml), rendered_embed encoding is somehow messed up ("Löschen" -> "Löschen").
Sorry, something went wrong.
No branches or pull requests
As shown in the screenshot, there are encoding problems when appending markup returned from the AJAX call to the Embed action.
The text was updated successfully, but these errors were encountered: