* src/ReadGedcom.py: Fix handling of CONT
svn: r5418
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
2005-11-22 Don Allingham <don@gramps-project.org>
|
||||
* src/ReadGedcom.py: Fix handling of CONT
|
||||
|
||||
2005-11-22 Alex Roitman <shura@gramps-project.org>
|
||||
* src/plugins/DetDescendantReport.py (write_write_children):
|
||||
Properly check for henry number; (write_mate): omit children list.
|
||||
|
@@ -291,6 +291,7 @@ class NoteParser:
|
||||
match = contRE.match(line)
|
||||
if match:
|
||||
noteobj.append("\n" + match.groups()[0])
|
||||
continue
|
||||
|
||||
match = concRE.match(line)
|
||||
if match:
|
||||
|
Reference in New Issue
Block a user