diff --git a/qt/aqt/editor.py b/qt/aqt/editor.py index f48f3c83b..244ee67b5 100644 --- a/qt/aqt/editor.py +++ b/qt/aqt/editor.py @@ -80,7 +80,7 @@ audio = ( _html = """
""" @@ -131,7 +131,7 @@ class Editor: # then load page self.web.stdHtml( - _html.format(tr.editing_show_duplicates()), + _html % tr.editing_show_duplicates(), css=[ "css/editor.css", ],