From f661eef702b496c2d6b121a833c43e362539f241 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Thu, 23 Aug 2012 20:03:29 +0900 Subject: [PATCH] add hint class to link/div --- anki/template/hint.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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():