mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
Reverting to non-pretty xml, per comment on issue #19
This commit is contained in:
parent
9cba2ef574
commit
b9e602474a
1 changed files with 1 additions and 1 deletions
|
@ -324,7 +324,7 @@ for app in apps:
|
|||
apps_disabled += 1
|
||||
|
||||
of = open(os.path.join('repo','index.xml'), 'wb')
|
||||
output = doc.toprettyxml(' ')
|
||||
output = doc.toxml()
|
||||
of.write(output)
|
||||
of.close()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue