Skip to content

Commit

Permalink
Opendocument: use Title class for title.
Browse files Browse the repository at this point in the history
Thanks to bdarcus for the bug report.
  • Loading branch information
John MacFarlane committed Aug 18, 2011
1 parent b8cb940 commit da4d676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.opendocument
Expand Up @@ -7,7 +7,7 @@ $endfor$
<office:body> <office:body>
<office:text> <office:text>
$if(title)$ $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$ $endif$
$for(author)$ $for(author)$
<text:p text:style-name="Author">$author$</text:p> <text:p text:style-name="Author">$author$</text:p>
Expand Down

0 comments on commit da4d676

Please sign in to comment.