aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-01-07 20:50:06 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2012-01-07 20:50:06 -0800
commit75b0d77e822162d7784d9fcdfd23ee44fc759a10 (patch)
tree160489b26cec695d45dea952b2281fae54554c2f
parent1003f88e617f4ab50ac6865ab438f0b3e59bd08d (diff)
downloadpandoc-75b0d77e822162d7784d9fcdfd23ee44fc759a10.tar.gz
openxml: Added xmlns for relationships.
-rw-r--r--default.openxml3
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>