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