Correct title macro
This commit is contained in:
parent
0ebcd32445
commit
b4d260a56e
|
@ -85,10 +85,10 @@
|
|||
<macro name="title">
|
||||
<choose>
|
||||
<if type="book">
|
||||
<text variable="title" text-case="sentence" font-style="italic"/>
|
||||
<text variable="title" font-style="italic"/>
|
||||
</if>
|
||||
<else>
|
||||
<text variable="title" text-case="sentence" prefix="„"
|
||||
<text variable="title" prefix="„"
|
||||
suffix="”"/>
|
||||
</else>
|
||||
</choose>
|
||||
|
@ -96,10 +96,10 @@
|
|||
<macro name="title-short">
|
||||
<choose>
|
||||
<if type="book">
|
||||
<text variable="title" text-case="sentence" font-style="italic" form="short"/>
|
||||
<text variable="title" font-style="italic" form="short"/>
|
||||
</if>
|
||||
<else>
|
||||
<text variable="title" text-case="sentence" prefix="„"
|
||||
<text variable="title" prefix="„"
|
||||
suffix="”" form="short"/>
|
||||
</else>
|
||||
</choose>
|
||||
|
|
Loading…
Reference in New Issue
Block a user