9995: Bug in the Name Editor / Group As

This commit is contained in:
Paul Franklin 2017-03-22 17:21:03 -07:00
parent 2af262435d
commit 77e9d796da

View File

@ -363,7 +363,7 @@ class GrampsXmlWriter(UpdateCallback):
for key in group_map:
value = self.db.get_name_group_mapping(key)
self.g.write(' <map type="group_as" key="%s" value="%s"/>\n'
% (key, value) )
% (self.fix(key), value))
self.g.write(" </namemaps>\n")
def write_bookmarks(self):