* src/docgen/OpenOfficeDoc.py: Typo.
svn: r4986
This commit is contained in:
parent
870bc0bcfb
commit
f5b549154d
@ -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>
|
2005-07-30 Don Allingham <don@gramps-project.org>
|
||||||
* src/docgen/OpenOfficeDoc.org: remove ^L and ^Z from output, use
|
* src/docgen/OpenOfficeDoc.org: remove ^L and ^Z from output, use
|
||||||
xml.sax.saxutils.escape to handle XML entities
|
xml.sax.saxutils.escape to handle XML entities
|
||||||
|
@ -61,7 +61,7 @@ _esc_map = {
|
|||||||
'\x0c' : '',
|
'\x0c' : '',
|
||||||
'\n' : '<text:line-break/>',
|
'\n' : '<text:line-break/>',
|
||||||
'<super>' : '<text:span text:style-name="GSuper">',
|
'<super>' : '<text:span text:style-name="GSuper">',
|
||||||
'</super>' : '</text:span>')
|
'</super>' : '</text:span>',
|
||||||
}
|
}
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user