# HG changeset patch # User Matti Hamalainen # Date 1622544155 -10800 # Node ID 1932f588743ff5d5cc2335e1113cb03ca667964c # Parent 9c36574199f5853da5babda2733d8ab8ee27d90f Fixes. diff -r 9c36574199f5 -r 1932f588743f lxmldump.py --- 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": {