mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
fix broken answer displaying
This commit is contained in:
parent
662eb53e6a
commit
2fb5ff5d9c
1 changed files with 1 additions and 1 deletions
|
@ -670,7 +670,7 @@ where c.nid = n.id and c.id in %s group by nid"""
|
|||
|
||||
# and the template prior to rendering
|
||||
qfmt = hooks.original_card_template_filter(qfmt, True)
|
||||
afmt = hooks.original_card_template_filter(qfmt, False)
|
||||
afmt = hooks.original_card_template_filter(afmt, False)
|
||||
|
||||
# render fields
|
||||
qatext = render_card(self, qfmt, afmt, fields, card_ord)
|
||||
|
|
Loading…
Reference in a new issue