diff --git a/ankiqt/ui/facteditor.py b/ankiqt/ui/facteditor.py index 48dfecdaa..2f4607896 100644 --- a/ankiqt/ui/facteditor.py +++ b/ankiqt/ui/facteditor.py @@ -662,6 +662,7 @@ class PreviewDialog(QDialog): self.dialog.webView.setHtml( "" + mungeQA(self.deck, c.htmlQuestion()) + + "




" + mungeQA(self.deck, c.htmlAnswer())) playFromText(c.question) playFromText(c.answer)