Indentation

This commit is contained in:
Bastien Dumont 2022-01-11 21:07:52 +01:00
parent 77180b26e9
commit cb157ea309

View File

@ -498,16 +498,16 @@
<macro name="editionOfModernAuthorNotice"> <macro name="editionOfModernAuthorNotice">
<choose> <choose>
<if variable="annote" match="none"> <if variable="annote" match="none">
<choose> <choose>
<if type="book"> <if type="book">
<names variable="editor"> <names variable="editor">
<label form="short" suffix=" "/> <label form="short" suffix=" "/>
<name> <name>
<name-part name="family" font-variant="small-caps"/> <name-part name="family" font-variant="small-caps"/>
</name> </name>
</names> </names>
</if> </if>
</choose> </choose>
</if> </if>
</choose> </choose>
</macro> </macro>