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">
<choose>
<if variable="annote" match="none">
<choose>
<if type="book">
<names variable="editor">
<label form="short" suffix=" "/>
<name>
<name-part name="family" font-variant="small-caps"/>
</name>
</names>
</if>
</choose>
<choose>
<if type="book">
<names variable="editor">
<label form="short" suffix=" "/>
<name>
<name-part name="family" font-variant="small-caps"/>
</name>
</names>
</if>
</choose>
</if>
</choose>
</macro>