Skip to content

Commit

Permalink
OSCOLA: roman + no text-case on title-short legislation
Browse files Browse the repository at this point in the history
  • Loading branch information
fbennett committed Feb 22, 2015
1 parent 6756f5d commit 331664d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions oscola.csl
Expand Up @@ -199,10 +199,10 @@
</macro>
<macro name="title-short">
<choose>
<if type="book legislation motion_picture manuscript" match="any">
<if type="book motion_picture manuscript" match="any">
<text variable="title" font-style="italic" text-case="title" form="short"/>
</if>
<else-if type="bill" match="any">
<else-if type="bill legislation" match="any">
<text variable="title"/>
</else-if>
<else-if type="legal_case">
Expand Down

0 comments on commit 331664d

Please sign in to comment.