diff --git a/ankiqt/ui/facteditor.py b/ankiqt/ui/facteditor.py index b47538479..dce07b16d 100644 --- a/ankiqt/ui/facteditor.py +++ b/ankiqt/ui/facteditor.py @@ -1107,7 +1107,7 @@ class PreviewDialog(QDialog): "\ndiv { white-space: pre-wrap; }") styles = runFilter("addStyles", styles, c) self.dialog.webView.setHtml( - ('%s' % getBase(self.deck)) + + ('%s' % getBase(self.deck, c)) + "" + runFilter("drawQuestion", mungeQA(self.deck, c.htmlQuestion()), c) +