summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/doc_props/app.rb
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2012-01-18 13:11:08 +0900
committerRandy Morgan <[email protected]>2012-01-18 13:11:08 +0900
commitcf2f67a6b5dc41cc0d90b3fa7917bb8cffa67b2e (patch)
treed23ed06b87d14c183928d8b77030192f44393501 /lib/axlsx/doc_props/app.rb
parentc3459ef98ee4ede887d28dfacd1c0d62e0cddd29 (diff)
downloadcaxlsx-cf2f67a6b5dc41cc0d90b3fa7917bb8cffa67b2e.tar.gz
caxlsx-cf2f67a6b5dc41cc0d90b3fa7917bb8cffa67b2e.zip
remove linebreaks/indentation when saving to encourage interop with rubyXL
https://github.com/randym/axlsx/issues/19
Diffstat (limited to 'lib/axlsx/doc_props/app.rb')
-rw-r--r--lib/axlsx/doc_props/app.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/axlsx/doc_props/app.rb b/lib/axlsx/doc_props/app.rb
index aaf60092..df3d919d 100644
--- a/lib/axlsx/doc_props/app.rb
+++ b/lib/axlsx/doc_props/app.rb
@@ -172,7 +172,7 @@ module Axlsx
end
}
end
- builder.to_xml
+ builder.to_xml(:save_with => 0)
end
end
end