Remove useless ';'
This commit is contained in:
parent
b5319fa235
commit
961dcb8c25
1 changed files with 1 additions and 1 deletions
|
@ -711,6 +711,6 @@ code = <<
|
|||
print '<?xml version="1.0" encoding="UTF-8" ?>'
|
||||
print '<root>'
|
||||
xmlify(p.root, True, 1)
|
||||
print '</root>';
|
||||
print '</root>'
|
||||
else:
|
||||
print(p.root.debug())
|
||||
|
|
Loading…
Add table
Reference in a new issue