Fix odt output when db owner has XML unfriendly chars ('&')
Fixes #11327
This commit is contained in:
parent
1e52204d94
commit
c3206121df
@ -1710,7 +1710,7 @@ class ODFDoc(BaseDoc, TextDoc, DrawDoc):
|
|||||||
"""
|
"""
|
||||||
self.meta = StringIO()
|
self.meta = StringIO()
|
||||||
generator = PROGRAM_NAME + ' ' + VERSION
|
generator = PROGRAM_NAME + ' ' + VERSION
|
||||||
creator = self.get_creator()
|
creator = escape(self.get_creator(), ESC_MAP)
|
||||||
date = self.time
|
date = self.time
|
||||||
lang = self.lang
|
lang = self.lang
|
||||||
gramps_home_url = URL_HOMEPAGE
|
gramps_home_url = URL_HOMEPAGE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user