diff --git a/ankiqt/ui/facteditor.py b/ankiqt/ui/facteditor.py index 23838c00a..a55dfa0ee 100644 --- a/ankiqt/ui/facteditor.py +++ b/ankiqt/ui/facteditor.py @@ -803,7 +803,8 @@ class PreviewDialog(QDialog): def updateCard(self): c = self.cards[self.currentCard] self.dialog.webView.setHtml( - "" + + "" + mungeQA(self.deck, c.htmlQuestion()) + "




" + mungeQA(self.deck, c.htmlAnswer()))