diff options
Diffstat (limited to 'lib/axlsx/content_type')
| -rw-r--r-- | lib/axlsx/content_type/content_type.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/axlsx/content_type/content_type.rb b/lib/axlsx/content_type/content_type.rb index ac75a0d4..1685c9f8 100644 --- a/lib/axlsx/content_type/content_type.rb +++ b/lib/axlsx/content_type/content_type.rb @@ -17,7 +17,7 @@ module Axlsx each { |type| type.to_xml(xml) } } end - builder.to_xml + builder.to_xml(:save_with => 0) end end end |
