summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-04-12 21:23:19 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-04-12 21:29:53 -0700
commit6a83773f03622b5cbf9b15bb96e9487822df5faa (patch)
treefaa99ac6dd67963125db6e4e1231f3d1f77faa64 /tests
parenta9628d0745784f6f99edfca008d64dcffeb74bc8 (diff)
OpenDocument template: use `text:p` instead of `text:h` for title.
Using `text:h` causes problems with numbering. Closes #2059. Thansk to @nkalvi for diagnosing this.
Diffstat (limited to 'tests')
-rw-r--r--tests/writer.opendocument2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/writer.opendocument b/tests/writer.opendocument
index af5bc2e32..944dc12f3 100644
--- a/tests/writer.opendocument
+++ b/tests/writer.opendocument
@@ -864,7 +864,7 @@
</office:automatic-styles>
<office:body>
<office:text>
-<text:h text:style-name="Title">Pandoc Test Suite</text:h>
+<text:p text:style-name="Title">Pandoc Test Suite</text:p>
<text:p text:style-name="Author">John MacFarlane</text:p>
<text:p text:style-name="Author">Anonymous</text:p>
<text:p text:style-name="Date">July 17, 2006</text:p>