svn: r6508
This commit is contained in:
Alex Roitman 2006-05-02 00:18:10 +00:00
parent 3b3197d702
commit a1a24ccefb

View File

@ -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])