Skip to content

Wrapping html may encode html attributes #100

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

Merged
merged 2 commits into from
Aug 6, 2014

Conversation

Sergio-Muriel
Copy link
Contributor

wrapHTML has to encode attribute values:
{ "data-content": "my "encoded" content" }

has to be converted to:
data-content="my "encoded" content"

jprichardson added a commit that referenced this pull request Aug 6, 2014
Wrapping html may encode html attributes
@jprichardson jprichardson merged commit 43604a0 into jprichardson:master Aug 6, 2014
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.

2 participants