Fix closing </b>
This commit is contained in:
parent
7073d14cb8
commit
b8556bab00
@ -248,7 +248,7 @@ class FatalCrashDialog(_CrashDialog):
|
|||||||
|
|
||||||
def _init_text(self):
|
def _init_text(self):
|
||||||
super()._init_text()
|
super()._init_text()
|
||||||
text = ("<b>qutebrowser was restarted after a fatal crash.<b><br/>"
|
text = ("<b>qutebrowser was restarted after a fatal crash.</b><br/>"
|
||||||
"<br/>" + self.CRASHTEXT)
|
"<br/>" + self.CRASHTEXT)
|
||||||
self._lbl.setText(text)
|
self._lbl.setText(text)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user