diff --git a/src/fastwq/libs/ankihub.py b/src/fastwq/libs/ankihub.py index d3b575e..47a9b2a 100644 --- a/src/fastwq/libs/ankihub.py +++ b/src/fastwq/libs/ankihub.py @@ -88,8 +88,8 @@ class DialogUpdates(QtGui.QDialog, Ui_DialogUpdates): def appendHtml(self,html='',temp=''): - self.html += html + '
' - self.textBrowser.setHtml(u'{0}{1}'.format(self.html,temp)) + self.html += html + self.textBrowser.setHtml(u'{0}{1}{2}'.format(self.html, temp, u'')) self.textBrowser.scrollToAnchor('text_bottom') def finish(self):