Merge pull request #505 from evandroforks/add_typearrow_id

Give the 'typearrow' id to the type answer arrow
This commit is contained in:
Damien Elmes 2020-03-17 20:52:20 +10:00 committed by GitHub
commit 31347ffbaa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: