4429: gramps can't export my database

svn: r16279
This commit is contained in:
Doug Blank 2010-12-13 22:38:45 +00:00
parent add4764ee5
commit 6ac73635ac

View File

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