From cf2f67a6b5dc41cc0d90b3fa7917bb8cffa67b2e Mon Sep 17 00:00:00 2001 From: Randy Morgan Date: Wed, 18 Jan 2012 13:11:08 +0900 Subject: remove linebreaks/indentation when saving to encourage interop with rubyXL https://github.com/randym/axlsx/issues/19 --- lib/axlsx/doc_props/app.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/axlsx/doc_props/app.rb') 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 -- cgit v1.2.3