Disable the error message if we get a unhandled tag for now.
This commit is contained in:
parent
72221246b0
commit
704cadc5c0
1 changed files with 2 additions and 1 deletions
|
@ -1381,7 +1381,8 @@ class MatrixHtmlParser(HTMLParser):
|
||||||
self.text = ""
|
self.text = ""
|
||||||
self.attributes["fgcolor"] = color
|
self.attributes["fgcolor"] = color
|
||||||
else:
|
else:
|
||||||
W.prnt("", "Unhandled tag {t}".format(t=tag))
|
# W.prnt("", "Unhandled tag {t}".format(t=tag))
|
||||||
|
pass
|
||||||
|
|
||||||
def handle_endtag(self, tag):
|
def handle_endtag(self, tag):
|
||||||
if tag == "strong":
|
if tag == "strong":
|
||||||
|
|
Loading…
Add table
Reference in a new issue