Fix #20.
This commit is contained in:
parent
7fd4bdbc26
commit
0f6c0eb172
1 changed files with 0 additions and 1 deletions
|
|
@ -507,7 +507,6 @@ class Renderer(object):
|
|||
self.files['styles.xml'] = self.styles.toxml().encode('ascii', 'xmlcharrefreplace')
|
||||
self.files['META-INF/manifest.xml'] = self.manifest.toxml().encode('ascii', 'xmlcharrefreplace')
|
||||
|
||||
document = self._pack_document(self.files)
|
||||
document = self._pack_document(self.files)
|
||||
return document.getvalue()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue