Fix Place.get_text_data_child_list
This commit is contained in:
parent
c740aacce0
commit
f5a4e4829f
@ -228,7 +228,7 @@ class Place(CitationBase, NoteBase, MediaBase, UrlBase, PrimaryObject):
|
||||
"""
|
||||
|
||||
ret = (self.media_list + self.alt_loc + self.urls +
|
||||
self.name.get_text_data_child_list() + self.alt_names)
|
||||
[self.name] + self.alt_names)
|
||||
return ret
|
||||
|
||||
def get_citation_child_list(self):
|
||||
|
Loading…
Reference in New Issue
Block a user