diff --git a/ankiqt/ui/view.py b/ankiqt/ui/view.py index 6b6b9b7f3..2afeb4175 100644 --- a/ankiqt/ui/view.py +++ b/ankiqt/ui/view.py @@ -128,6 +128,8 @@ class View(object): def drawQuestion(self, nosound=False): "Show the question." + if not self.main.config['splitQA']: + self.write("
") q = self.main.currentCard.htmlQuestion() if self.haveTop: height = 35