aboutsummaryrefslogtreecommitdiff
path: root/default.opendocument
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2011-08-18 11:09:54 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2011-08-18 11:09:54 -0700
commitda4d6764698304d766f762df98be1b09a89f23bb (patch)
tree72c2db3004eac59739da84ea5dfc66f3cafd320b /default.opendocument
parentb8cb9405c0d5052f2b9b748635abbd598303f2c5 (diff)
downloadpandoc-da4d6764698304d766f762df98be1b09a89f23bb.tar.gz
Opendocument: use Title class for title.
Thanks to bdarcus for the bug report.
Diffstat (limited to 'default.opendocument')
-rw-r--r--default.opendocument2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.opendocument b/default.opendocument
index ca49782f0..f6003507a 100644
--- a/default.opendocument
+++ b/default.opendocument
@@ -7,7 +7,7 @@ $endfor$
<office:body>
<office:text>
$if(title)$
-<text:h text:style-name="Heading_20_1" text:outline-level="1">$title$</text:h>
+<text:h text:style-name="Title" text:outline-level="1">$title$</text:h>
$endif$
$for(author)$
<text:p text:style-name="Author">$author$</text:p>