diff --git a/gramps/plugins/importer/importxml.py b/gramps/plugins/importer/importxml.py index 0ba5b05f2..964cf3a97 100644 --- a/gramps/plugins/importer/importxml.py +++ b/gramps/plugins/importer/importxml.py @@ -693,7 +693,8 @@ class GrampsParser(UpdateCallback): "places": (None, self.stop_places), "placeobj": (self.start_placeobj, self.stop_placeobj), "placeref": (self.start_placeref, self.stop_placeref), - "ptitle": (None, self.stop_ptitle), + "ptitle": (None, self.stop_ptitle), + "locality": (None, self.stop_locality), "location": (self.start_location, None), "lds_ord": (self.start_lds_ord, self.stop_lds_ord), "temple": (self.start_temple, None),