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.
This commit is contained in:
John MacFarlane 2015-04-12 21:23:19 -07:00
parent a9628d0745
commit 6a83773f03
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 7846f08b61167b0364722d440e06a432ade85303
Subproject commit 09767991b2a8945f5739d47c44d171e37e65e0de

View file

@ -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>