mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Give the 'typearrow' id to the type answer arrow
This commit is contained in:
parent
0ecc189a9b
commit
4bb0a75fe7
1 changed files with 1 additions and 1 deletions
|
@ -517,7 +517,7 @@ Please run Tools>Empty Cards"""
|
|||
res += good(txt)
|
||||
else:
|
||||
res += bad(txt)
|
||||
res += "<br>↓<br>"
|
||||
res += "<br><span id=typearrow>↓</span><br>"
|
||||
for ok, txt in correctElems:
|
||||
txt = self._noLoneMarks(txt)
|
||||
if ok:
|
||||
|
|
Loading…
Reference in a new issue