From 4bb0a75fe7138bb4db1aa5ccdb1212077809221f Mon Sep 17 00:00:00 2001 From: evandrocoan Date: Sun, 15 Mar 2020 20:39:26 -0300 Subject: [PATCH] Give the 'typearrow' id to the type answer arrow --- qt/aqt/reviewer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt/aqt/reviewer.py b/qt/aqt/reviewer.py index fa5629e94..311e84955 100644 --- a/qt/aqt/reviewer.py +++ b/qt/aqt/reviewer.py @@ -517,7 +517,7 @@ Please run Tools>Empty Cards""" res += good(txt) else: res += bad(txt) - res += "

" + res += "

" for ok, txt in correctElems: txt = self._noLoneMarks(txt) if ok: