Give the 'typearrow' id to the type answer arrow

This commit is contained in:
evandrocoan 2020-03-15 20:39:26 -03:00
parent 0ecc189a9b
commit 4bb0a75fe7

View file

@ -517,7 +517,7 @@ Please run Tools>Empty Cards"""
res += good(txt)
else:
res += bad(txt)
res += "<br>&darr;<br>"
res += "<br><span id=typearrow>&darr;</span><br>"
for ok, txt in correctElems:
txt = self._noLoneMarks(txt)
if ok: