Skip to content

Instantly share code, notes, and snippets.

@qoelet
Created June 4, 2010 07:47
Show Gist options
  • Save qoelet/425118 to your computer and use it in GitHub Desktop.
Save qoelet/425118 to your computer and use it in GitHub Desktop.
>>> from django.utils.html import escape
>>> escape('<h1>hello</h1>')
u'&lt;h1&gt;hello&lt;/h1&gt;'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment