mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
fix type answer filter
This commit is contained in:
parent
ad17c765e6
commit
c0a69587f3
1 changed files with 1 additions and 1 deletions
|
@ -344,7 +344,7 @@ def text_filter(txt: str, *args) -> str:
|
||||||
return stripHTML(txt)
|
return stripHTML(txt)
|
||||||
|
|
||||||
|
|
||||||
def type_answer_filter(txt: str, args, context, tag: str) -> str:
|
def type_answer_filter(txt: str, args, context, tag: str, dummy) -> str:
|
||||||
# convert it to [[type:...]] for the gui code to process
|
# convert it to [[type:...]] for the gui code to process
|
||||||
return "[[type:%s]]" % tag
|
return "[[type:%s]]" % tag
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue