4429: gramps can't export my database

svn: r16280
This commit is contained in:
Doug Blank 2010-12-13 22:39:34 +00:00
parent 4742d33e26
commit 5f51aeeb63

View File

@ -85,7 +85,7 @@ def escxml(d):
{'"' : '"',
'<' : '&lt;',
'>' : '&gt;',
})
}) if d else ""
#-------------------------------------------------------------------------
#