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 #178 #179

Closed
wants to merge 3 commits into from
Closed

Fix #178 #179

wants to merge 3 commits into from

Conversation

ArthaTi
Copy link

@ArthaTi ArthaTi commented Dec 29, 2017

This update fixes issue #178. Calling .html() on element with no children but with HTML entities would previously result in returning them decoded, ex pq("<p>&lt;</p>")("p").html() would return <, while it should return &lt;, but now it should return them as they should.

@ArthaTi
Copy link
Author

ArthaTi commented Dec 29, 2017

oh no, failed for 2.7

@ArthaTi ArthaTi closed this Sep 7, 2018
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.

1 participant