Fix closing </b>

This commit is contained in:
Florian Bruhin 2014-06-25 22:07:22 +02:00
parent 7073d14cb8
commit b8556bab00

View File

@ -248,7 +248,7 @@ class FatalCrashDialog(_CrashDialog):
def _init_text(self):
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)
self._lbl.setText(text)