gawel / pyquery

A jquery-like library for python
http://pyquery.rtfd.org/
Other
2.3k stars 182 forks source link

Fix #178 #179

Closed ArthaTi closed 6 years ago

ArthaTi commented 6 years ago

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 commented 6 years ago

oh no, failed for 2.7