lib/write_xlsx/package/app.rb in write_xlsx-1.08.2 vs lib/write_xlsx/package/app.rb in write_xlsx-1.09.0

- old
+ new

@@ -103,11 +103,11 @@ def write_properties tag = 'Properties' schema = 'http://schemas.openxmlformats.org/officeDocument/2006/' attributes = [ - ['xmlns', "#{schema}extended-properties"], - ['xmlns:vt', "#{schema}docPropsVTypes"] + ['xmlns', "#{schema}extended-properties"], + ['xmlns:vt', "#{schema}docPropsVTypes"] ] @writer.tag_elements('Properties', attributes) { yield } end