khufu.helpers.unescape_html module

unescape_html(html)[source]

Unescape a string previously escaped with cgi.escape()

Key Arguments

  • dbConn – mysql database connection

  • log – logger

  • html – the string to be unescaped

Return

  • html – the unescaped string