diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2011-08-18 11:12:43 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2011-08-18 11:12:43 -0700 |
commit | aa479cad5b23fc4c95c379b5a57d77239d9e8099 (patch) | |
tree | 5aad792de68d4db39b43200cf0bb818072e46801 /default.opendocument | |
parent | da4d6764698304d766f762df98be1b09a89f23bb (diff) | |
download | pandoc-aa479cad5b23fc4c95c379b5a57d77239d9e8099.tar.gz |
Opendocument: Remove outline-level attribute.
Diffstat (limited to 'default.opendocument')
-rw-r--r-- | default.opendocument | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.opendocument b/default.opendocument index f6003507a..4135cdea7 100644 --- a/default.opendocument +++ b/default.opendocument @@ -7,7 +7,7 @@ $endfor$ <office:body> <office:text> $if(title)$ -<text:h text:style-name="Title" text:outline-level="1">$title$</text:h> +<text:h text:style-name="Title">$title$</text:h> $endif$ $for(author)$ <text:p text:style-name="Author">$author$</text:p> |