diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2012-01-07 20:50:06 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2012-01-07 20:50:06 -0800 |
commit | 75b0d77e822162d7784d9fcdfd23ee44fc759a10 (patch) | |
tree | 160489b26cec695d45dea952b2281fae54554c2f | |
parent | 1003f88e617f4ab50ac6865ab438f0b3e59bd08d (diff) | |
download | pandoc-75b0d77e822162d7784d9fcdfd23ee44fc759a10.tar.gz |
openxml: Added xmlns for relationships.
-rw-r--r-- | default.openxml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/default.openxml b/default.openxml index a3365d90d..db36fa854 100644 --- a/default.openxml +++ b/default.openxml @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="utf-8" ?> <w:document xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" - xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math"> + xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math" + xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships"> <w:body> $body$ </w:body> |