diff --git a/aqt/clayout.py b/aqt/clayout.py index e74059803..90237567c 100644 --- a/aqt/clayout.py +++ b/aqt/clayout.py @@ -396,7 +396,7 @@ Enter deck to place new %s cards in, or leave blank:""") % def _addField(self, widg, field, font, size): t = widg.toPlainText() - t +="\n
{{%s}}
\n" % ( + t +="\n
{{%s}}
\n" % ( font, size, field) widg.setPlainText(t) self.saveCard()