Fixed </attribute> spacing
svn: r267
This commit is contained in:
parent
15f88e1ab8
commit
d33ad3d58e
@ -392,7 +392,7 @@ def exportData(database, filename, callback):
|
|||||||
write_line(g,"attr_value",attr.getValue(),5)
|
write_line(g,"attr_value",attr.getValue(),5)
|
||||||
dump_source_ref(g,attr.getSourceRef(),5)
|
dump_source_ref(g,attr.getSourceRef(),5)
|
||||||
writeNote(g,"note",attr.getNote(),5)
|
writeNote(g,"note",attr.getNote(),5)
|
||||||
g.write(' </attribute>\n')
|
g.write(' </attribute>\n')
|
||||||
g.write(' </attributes>\n')
|
g.write(' </attributes>\n')
|
||||||
writeNote(g,"note",family.getNote(),3)
|
writeNote(g,"note",family.getNote(),3)
|
||||||
g.write(" </family>\n")
|
g.write(" </family>\n")
|
||||||
|
Loading…
Reference in New Issue
Block a user