From 747a28556a6056b5ea9adda5fe3bf8f3f6ce3d84 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 18 Oct 2010 11:34:02 +0900 Subject: [PATCH] when determining which card templates to use, replace text: too --- anki/deck.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anki/deck.py b/anki/deck.py index a02498406..f70c9fbb8 100644 --- a/anki/deck.py +++ b/anki/deck.py @@ -1096,7 +1096,7 @@ and due < :now""" % self.forceIndex("ix_cards_priorityDue"), now=time.time()) for k in fact.keys(): empty[k] = u"" empty["text:"+k] = u"" - local["text:"+k] = u"" + local["text:"+k] = local[k] empty['tags'] = "" local['tags'] = fact.tags try: