Skip to content

Commit e6112ba

Browse files
authored
Update ucl-university-college-apa.csl (#6250)
Replaced form="short" to "symbol" to always show § instead of par intext
1 parent 6dcba3a commit e6112ba

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ucl-university-college-apa.csl

+3-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</contributor>
1818
<category citation-format="author-date"/>
1919
<category field="generic-base"/>
20-
<updated>2021-08-24T02:54:29+00:00</updated>
20+
<updated>2022-09-06T13:44:06+00:00</updated>
2121
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
2222
</info>
2323
<locale xml:lang="da">
@@ -1555,7 +1555,8 @@
15551555
<label variable="locator" text-case="capitalize-first"/>
15561556
</if>
15571557
<else>
1558-
<label variable="locator" form="short"/>
1558+
<!-- Replaced form="short" to "symbol" to always show § instead of par intext -->
1559+
<label variable="locator" form="symbol"/>
15591560
</else>
15601561
</choose>
15611562
<text variable="locator"/>

0 commit comments

Comments
 (0)