From 8e00f86234dfd64b03e440fcba44ff45c02bdbba Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Tue, 24 Jan 2012 23:16:54 +0900 Subject: [PATCH] card stats too --- aqt/stats.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/aqt/stats.py b/aqt/stats.py index abf262004..3da04e84f 100644 --- a/aqt/stats.py +++ b/aqt/stats.py @@ -60,8 +60,9 @@ class CardStats(object): txt = _("No current card or last card.") self.web.setHtml(""" - -
%s
"""%txt) + +
%s
"""% (fontForPlatform(), txt)) # Deck Stats ######################################################################