* 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

@@ -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>',
}
#-------------------------------------------------------------------------