This commit is contained in:
Behdad Esfahbod 2013-11-26 18:43:43 -05:00
parent 1f0eed8459
commit 2f2fd9ca7c

View File

@ -313,7 +313,6 @@ class DeltaValue(BaseConverter):
writer.writeUShort(tmp)
def xmlWrite(self, xmlWriter, font, value, name, attrs):
# XXX this could do with a nicer format
xmlWriter.simpletag(name, attrs + [("value", value)])
xmlWriter.newline()