* src/docgen/OpenOfficeDoc.py: Typo.

svn: r4986
This commit is contained in:
Alex Roitman 2005-07-31 14:23:28 +00:00
parent 870bc0bcfb
commit f5b549154d
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2005-07-31 Alexander Roitman <shura@gramps-project.org>
* src/docgen/OpenOfficeDoc.py: Typo.
2005-07-30 Don Allingham <don@gramps-project.org>
* src/docgen/OpenOfficeDoc.org: remove ^L and ^Z from output, use
xml.sax.saxutils.escape to handle XML entities

View File

@ -61,7 +61,7 @@ _esc_map = {
'\x0c' : '',
'\n' : '<text:line-break/>',
'&lt;super&gt;' : '<text:span text:style-name="GSuper">',
'&lt;/super&gt;' : '</text:span>')
'&lt;/super&gt;' : '</text:span>',
}
#-------------------------------------------------------------------------