diff --git a/resources/lib/Utils.py b/resources/lib/Utils.py index 47db1b28..18eeb9df 100644 --- a/resources/lib/Utils.py +++ b/resources/lib/Utils.py @@ -190,7 +190,7 @@ def createSources(): etree.SubElement(source_two, 'allowsharing').text = "true" indent(root) - etree.ElementTree(root).write(xmlpath, method="html") + etree.ElementTree(root).write(xmlpath) def pathsubstitution(add=True):