Skip to content

Commit 9e97809

Browse files
authored
move citation number outside first field (#5499)
In the bibliography layout, citation-number was inside the first group (field). This made second-field-align="flush" mess up the layout.
1 parent b08e5d7 commit 9e97809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acta-anaesthesiologica-scandinavica.csl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@
155155
</citation>
156156
<bibliography second-field-align="flush">
157157
<layout>
158+
<text variable="citation-number" suffix=". "/>
158159
<group delimiter=". " suffix=". ">
159-
<text variable="citation-number"/>
160160
<text macro="author"/>
161161
<text macro="title"/>
162162
</group>

0 commit comments

Comments
 (0)