Remove erroneously repeated condition.
This commit is contained in:
parent
f47e167023
commit
c18c10774e
1 changed files with 0 additions and 2 deletions
|
@ -300,8 +300,6 @@ class MatrixHtmlParser(HTMLParser):
|
|||
self._toggle_attribute("strikethrough")
|
||||
elif tag == "blockquote":
|
||||
self._toggle_attribute("quote")
|
||||
elif tag == "blockquote":
|
||||
self._toggle_attribute("quote")
|
||||
elif tag == "br":
|
||||
if self.text:
|
||||
self.substrings.append(
|
||||
|
|
Loading…
Add table
Reference in a new issue