Messed up the last commit

This commit is contained in:
Luke Rogers 2012-02-23 23:49:57 +13:00
parent bdba84f861
commit 7fed7057a6

View file

@ -22,6 +22,7 @@ class HTMLStripper(HTMLParser):
char = int(name)
self._stripped.append(unichr(char))
except Exception, error:
return
def handle_entityref(self, name):
try: