Remove erroneously repeated condition.

This commit is contained in:
Denis Kasak 2018-03-01 22:50:56 +01:00 committed by poljar
parent f47e167023
commit c18c10774e

View file

@ -300,8 +300,6 @@ class MatrixHtmlParser(HTMLParser):
self._toggle_attribute("strikethrough") self._toggle_attribute("strikethrough")
elif tag == "blockquote": elif tag == "blockquote":
self._toggle_attribute("quote") self._toggle_attribute("quote")
elif tag == "blockquote":
self._toggle_attribute("quote")
elif tag == "br": elif tag == "br":
if self.text: if self.text:
self.substrings.append( self.substrings.append(