Skip to content

Instantly share code, notes, and snippets.

@pfctdayelise
Created May 11, 2012 04:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pfctdayelise/2657480 to your computer and use it in GitHub Desktop.
Save pfctdayelise/2657480 to your computer and use it in GitHub Desktop.
lxml.html.clean Bug?
>>> from lxml.html.clean import clean_html
>>> clean_html("This is my abstract. I propose a set of lightning talks ( < 5 minutes).")
'<p>This is my abstract. I propose a set of lightning talks ( </p>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment