mirror of
https://github.com/ankitects/anki.git
synced 2025-11-10 22:57:11 -05:00
don't force cloze to start
This allows {{kana:cloze:Text}} to work. May allow users to
shoot themselves it the foot - will see how it goes in the wild
and reconsider if necessary
This commit is contained in:
parent
def69fb78b
commit
4c65c594dd
1 changed files with 1 additions and 2 deletions
|
|
@ -175,7 +175,6 @@ class Template(object):
|
||||||
#pre-defined mods) can be present and those are treated separately
|
#pre-defined mods) can be present and those are treated separately
|
||||||
mods.reverse()
|
mods.reverse()
|
||||||
mods.sort(key=lambda s: not s=="type")
|
mods.sort(key=lambda s: not s=="type")
|
||||||
mods.sort(key=lambda s: s.startswith("cq-") or s.startswith("ca-"))
|
|
||||||
|
|
||||||
for mod in mods:
|
for mod in mods:
|
||||||
# built-in modifiers
|
# built-in modifiers
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue