typo
This commit is contained in:
parent
57ccd45973
commit
1a091cac84
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ def cleanHtml(text):
|
|||
charrefpat = re.compile(r'&(#(\d+|x[\da-fA-F]+)|[\w.:-]+);?')
|
||||
|
||||
def decodeHtml(html):
|
||||
return htmldecode(text)
|
||||
return htmldecode(html)
|
||||
|
||||
def htmldecode(text):
|
||||
"""Decode HTML entities in the given text."""
|
||||
|
|
Loading…
Reference in a new issue