changeset 62:1932f588743f

Fixes.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 01 Jun 2021 13:42:35 +0300
parents 9c36574199f5
children afe5cd7626dc
files lxmldump.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lxmldump.py	Tue Jun 01 13:24:34 2021 +0300
+++ b/lxmldump.py	Tue Jun 01 13:42:35 2021 +0300
@@ -48,7 +48,7 @@
     },
 
     "word_item": {
-        PKK_MODE_NORMAL: "\"{word}\"{search}{attr}{hyphenation}{main_sense}{other_senses}\n",
+        PKK_MODE_NORMAL: "\"{word}\"{search}\n{attr}{hyphenation}{main_sense}{other_senses}\n",
         PKK_MODE_ANKI: "\"{word}\"{search}{attr}{hyphenation};{main_sense}{other_senses}\n",
     },
     "word_attr_list": {
@@ -106,7 +106,7 @@
     },
     "sense_list_sep": {
         PKK_MODE_NORMAL: "",
-        PKK_MODE_NORMAL: " | ",
+        PKK_MODE_ANKI: " | ",
     },
 
     "definition_item": {