Opendocument: Remove outline-level attribute.
This commit is contained in:
parent
da4d676469
commit
aa479cad5b
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ $endfor$
|
||||||
<office:body>
|
<office:body>
|
||||||
<office:text>
|
<office:text>
|
||||||
$if(title)$
|
$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$
|
$endif$
|
||||||
$for(author)$
|
$for(author)$
|
||||||
<text:p text:style-name="Author">$author$</text:p>
|
<text:p text:style-name="Author">$author$</text:p>
|
||||||
|
|
Loading…
Add table
Reference in a new issue