We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45b135f commit 37c7dd5Copy full SHA for 37c7dd5
bollettino-della-societa-italiana-di-paleontologia.csl
@@ -143,17 +143,17 @@
143
</choose>
144
</macro>
145
<macro name="edition">
146
- <choose>
147
- <if is-numeric="edition">
148
- <group delimiter=". ">
149
- <number variable="edition" form="ordinal"/>
150
- <label variable="edition" form="short"/>
151
- </group>
152
- </if>
153
- <else>
154
- <text variable="edition" suffix="."/>
155
- </else>
156
- </choose>
+ <choose>
+ <if is-numeric="edition">
+ <group delimiter=". ">
+ <number variable="edition" form="ordinal"/>
+ <label variable="edition" form="short"/>
+ </group>
+ </if>
+ <else>
+ <text variable="edition" suffix="."/>
+ </else>
+ </choose>
157
158
<macro name="locators">
159
<choose>
0 commit comments