Skip to content

Commit

Permalink
Fixed per suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
timinclimate committed Apr 20, 2015
1 parent aae2d5f commit 54c642f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions australian-guide-to-legal-citation.csl
Expand Up @@ -195,11 +195,11 @@
</macro>
<macro name="title-short">
<choose>
<if type="book legislation webpage thesis motion_picture manuscript legal_case article" match="any">
<text variable="title-short" font-style="italic" text-case="title" form="short"/>
<if type="book legislation webpage thesis motion_picture manuscript legal_case" match="any">
<text variable="title-short" font-style="italic" text-case="title" />
</if>
<else>
<text variable="title" quotes="false" text-case="title" form="short"/>
<text variable="title" quotes="true" text-case="title" form="short"/>
</else>
</choose>
</macro>
Expand Down

0 comments on commit 54c642f

Please sign in to comment.