py/gadict_srs_anki.py
changeset 877 340482715bb0
parent 872 b201a02dc707
child 931 9a5f97027ee7
--- a/py/gadict_srs_anki.py	Sat Jul 08 01:22:43 2017 +0300
+++ b/py/gadict_srs_anki.py	Sat Jul 08 01:37:15 2017 +0300
@@ -391,9 +391,9 @@
     have_ref = False
     if sense.topic_list and len(sense.topic_list) > 0:
         have_ref = True
-        buf.append(u" <span class='topic'>⌊")
+        buf.append(u" <span class='topic'>【")
         buf.append(u", ".join(sense.topic_list))
-        buf.append(u"⌉</span>")
+        buf.append(u"】</span>")
     if sense.ant_list and len(sense.ant_list) > 0:
         have_ref = True
         buf.append(" <span class='ant'>ant: ")