diff --git a/src/plugins/export/ExportGedcom.py b/src/plugins/export/ExportGedcom.py index d002fac13..06c074de4 100644 --- a/src/plugins/export/ExportGedcom.py +++ b/src/plugins/export/ExportGedcom.py @@ -327,6 +327,8 @@ class GedcomWriter(UpdateCallback): """ assert(token) if textlines: + if token == "FILE": + limit = 255 # break the line into multiple lines if a newline is found textlist = textlines.split('\n') token_level = level