summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRômulo A. Ceccon <[email protected]>2015-09-30 16:29:32 -0300
committerRômulo A. Ceccon <[email protected]>2015-09-30 16:29:32 -0300
commit7026a84644cd3fc7dad8c831315bf03dd2493f2a (patch)
treea798298f21de92c7706d75baeaff95279b33f9e8
parentb357172c69cbcf1f78b53912fb820fc902babad5 (diff)
downloadcaxlsx-7026a84644cd3fc7dad8c831315bf03dd2493f2a.tar.gz
caxlsx-7026a84644cd3fc7dad8c831315bf03dd2493f2a.zip
Fix core rels namespace
The correct core rels namespace is http://schemas.openxmlformats.org/package/..., and not http://schemas.openxmlformats.org/officeDocument/...
-rw-r--r--lib/axlsx/util/constants.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/axlsx/util/constants.rb b/lib/axlsx/util/constants.rb
index ea9b1ceb..64bae270 100644
--- a/lib/axlsx/util/constants.rb
+++ b/lib/axlsx/util/constants.rb
@@ -67,7 +67,7 @@ module Axlsx
APP_R = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties".freeze
# core rels namespace
- CORE_R = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/metadata/core-properties".freeze
+ CORE_R = "http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties".freeze
# digital signature rels namespace
DIGITAL_SIGNATURE_R = "http://schemas.openxmlformats.org/package/2006/relationships/digital- signature/signature".freeze