Update
svn: r6508
This commit is contained in:
parent
3b3197d702
commit
a1a24ccefb
@ -1207,7 +1207,7 @@ class GedcomParser:
|
||||
else:
|
||||
new_note = u""
|
||||
else:
|
||||
new_note = matches[2] + self.parse_continue_data(level)
|
||||
new_note = matches[2]
|
||||
self.ignore_sub_junk(level+1)
|
||||
if old_note:
|
||||
note = u"%s\n%s" % (old_note,matches[2])
|
||||
|
Loading…
Reference in New Issue
Block a user