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

Problem with data-attributes #76

Closed
cedtaz opened this issue Apr 27, 2020 · 1 comment
Closed

Problem with data-attributes #76

cedtaz opened this issue Apr 27, 2020 · 1 comment
Labels
next-release Issues that are solved and will be closed on the next release

Comments

@cedtaz
Copy link

cedtaz commented Apr 27, 2020

Library breaks the HTML when url are set in data-attributes.

Ex:
<table data-thumb="http://mysite.com"></table>
=>
<table data-thumb="<a href="http://mysite.com">http://mysite.com</a>"></table>

Thanks

@alexcorvi alexcorvi added the next-release Issues that are solved and will be closed on the next release label May 8, 2020
@alexcorvi
Copy link
Owner

Thank you for the report.
fixed in 2.1.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
next-release Issues that are solved and will be closed on the next release
Projects
None yet
Development

No branches or pull requests

2 participants