S'assurer qu'un locator livre soit affiché en majuscules
This commit is contained in:
parent
7a97735e41
commit
5f1ed6c76e
|
@ -594,6 +594,9 @@ interview ; Interview
|
|||
<if locator="folio">
|
||||
<text variable="locator"/>
|
||||
</if>
|
||||
<else-if locator="book">
|
||||
<text variable="locator" text-case="uppercase"/>
|
||||
</else-if>
|
||||
<else>
|
||||
<text variable="locator" font-variant="small-caps"/>
|
||||
</else>
|
||||
|
|
Loading…
Reference in New Issue
Block a user