Opendocument: use Title class for title.
Thanks to bdarcus for the bug report.
This commit is contained in:
parent
b8cb9405c0
commit
da4d676469
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue