# HG changeset patch # User Oleksandr Gavenko # Date 1478688293 -7200 # Node ID b13c09aaa9a3f63783fe31c5703ee55fdaa8f16f # Parent 65ea5a2c9f0b15d003115c6ca5a72553460ff42f Fix typo and decrease font size of frequency list. diff -r 65ea5a2c9f0b -r b13c09aaa9a3 py/gadict_srs_anki.py --- a/py/gadict_srs_anki.py Wed Nov 09 03:44:09 2016 +0200 +++ b/py/gadict_srs_anki.py Wed Nov 09 12:44:53 2016 +0200 @@ -180,6 +180,7 @@ .freq { color: red; font-weight: bold; + font-size: small; } .del { color: red; @@ -309,7 +310,7 @@ for (headwords, translations) in DOM[1:]: identity = headwords[0].headword - if 'rare' in identity.attrs: + if 'rare' in headwords[0].attrs: continue freqtags = [] for (freqtag, freqset) in FREQ_SOURCES: