.toprettyxml() was introducing undesired spaces between <text:span>'s
This commit is contained in:
parent
6bcced99cd
commit
c98519e119
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ class BaseRender():
|
||||||
to do the actual rendering.
|
to do the actual rendering.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
template = TemplateEngine(self.xml_document.toprettyxml())
|
template = TemplateEngine(self.xml_document.toxml())
|
||||||
return template.render(**self.template_vars)
|
return template.render(**self.template_vars)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue