diff --git a/anki/template/hint.py b/anki/template/hint.py index e522673c4..05ea51e15 100644 --- a/anki/template/hint.py +++ b/anki/template/hint.py @@ -11,9 +11,9 @@ def hint(txt, extra, context, tag, fullname): # random id domid = "hint%d" % id(txt) return """ - -%s
+%s """ % (domid, _("Show %s") % tag, domid, txt) def install():