Skip to content

Commit c0d2bf1

Browse files
authored
1 parent 9724c6e commit c0d2bf1

2 files changed

+6
-6
lines changed

austrian-legal.csl

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</else>
3535
</choose>
3636
</if>
37-
<else-if type="bill">
37+
<else-if type="bill legislation" match="any">
3838
<!-- move statutes to the bottom -->
3939
<text value="ZZZZ"/>
4040
</else-if>
@@ -99,7 +99,7 @@
9999
</else>
100100
</choose>
101101
</if>
102-
<else-if type="bill">
102+
<else-if type="bill legislation" match="any">
103103
<choose>
104104
<if variable="container-title section" match="all">
105105
<text variable="section" suffix=" "/>
@@ -307,7 +307,7 @@
307307
</else>
308308
</choose>
309309
</if>
310-
<else-if type="bill">
310+
<else-if type="bill legislation" match="any">
311311
<text value=" "/>
312312
</else-if>
313313
<else-if type="article-journal">

azr-abkurzungs-und-zitierregeln-der-osterreichischen-rechtssprache-und-europarechtlicher-rechtsquellen.csl

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</macro>
3737
<macro name="sort-key">
3838
<choose>
39-
<if type="bill" match="any">
39+
<if type="bill legislation" match="any">
4040
<text value="3"/>
4141
</if>
4242
<else-if type="legal_case" match="any">
@@ -75,7 +75,7 @@
7575
<citation et-al-min="4" et-al-use-first="1" disambiguate-add-names="true" givenname-disambiguation-rule="all-names-with-initials" disambiguate-add-givenname="true">
7676
<layout suffix="." delimiter="; ">
7777
<choose>
78-
<if type="bill">
78+
<if type="bill legislation" match="any">
7979
<choose>
8080
<if variable="genre" match="all">
8181
<!-- Verordnung oder Richtlinie der Europäischen Union -->
@@ -334,7 +334,7 @@
334334
</sort>
335335
<layout>
336336
<choose>
337-
<if type="bill">
337+
<if type="bill legislation" match="any">
338338
<choose>
339339
<if variable="genre" match="all">
340340
<!-- Verordnung oder Richtlinie der Europäischen Union -->

0 commit comments

Comments
 (0)