Skip to content

Commit

Permalink
for the document type XML (ctd, ctz) changed the generated XML to be …
Browse files Browse the repository at this point in the history
…pretty (indented)
  • Loading branch information
giuspen committed Jul 13, 2016
1 parent 3b671c5 commit f866b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/machines.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ def treestore_to_dom(self):
self.append_dom_node(tree_iter, cherrytree, to_disk=True)
tree_iter = self.dad.treestore.iter_next(tree_iter)
self.append_bookmarks(cherrytree)
return self.dom.toxml()
return self.dom.toprettyxml()

def append_bookmarks(self, dom_father):
"""Adds the bookmarks data to the DOM"""
Expand Down

0 comments on commit f866b6c

Please sign in to comment.