From 588feaa35b8bce115868c8dd0951f4c0b9065a02 Mon Sep 17 00:00:00 2001 From: ospalh Date: Fri, 18 Jan 2013 16:44:22 +0100 Subject: [PATCH] Add id to the text input field when editing the template. Like this styling can be applied to id (or rather, the effect of styling to it can be seen in the layout editor.) Also removed what looks like an extra '
'. That is added three lines later. --- aqt/clayout.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aqt/clayout.py b/aqt/clayout.py index 0160741ac..365c41103 100644 --- a/aqt/clayout.py +++ b/aqt/clayout.py @@ -227,7 +227,7 @@ Please create a new card type first.""")) def maybeTextInput(self, txt, type='q'): if type == 'q': - repl = "
" + repl = "" else: repl = _("(typing comparison appears here)") repl = "
%s
" % repl