unescape_html (function)

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