diff --git a/aqt/editor.py b/aqt/editor.py index c866374fd..f3f26971b 100644 --- a/aqt/editor.py +++ b/aqt/editor.py @@ -439,11 +439,11 @@ class Editor(object): self.web.onLoadFinished = self._loadFinished topbuts = """ -
+
-
+
@@ -458,6 +458,7 @@ class Editor(object):
""" % dict(flds=_("Fields"), cards=_("Cards")) + topbuts = runFilter("setupEditorButtons", topbuts) self.web.stdHtml(_html % ( self.mw.baseHTML(), anki.js.jquery, topbuts,