forked from openlp/openlp
Fix formatted XML to output unicode strings
This commit is contained in:
parent
a8cf61c199
commit
9992df2cb6
@ -305,7 +305,7 @@ class ThemeXML(object):
|
||||
"""
|
||||
Pull out the XML string formatted for human consumption
|
||||
"""
|
||||
return self.theme_xml.toprettyxml(indent=' ', newl='\n')
|
||||
return self.theme_xml.toprettyxml(indent=u' ', newl=u'\n')
|
||||
|
||||
def parse(self, xml):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user