Skip to content

Commit

Permalink
Fix report titles: quotes rather than italics
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbart1980 committed May 24, 2015
1 parent f1baa21 commit 0ae9b81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chicago-note-bibliography.csl
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
<if variable="title" match="none">
<text variable="genre"/>
</if>
<else-if type="bill book graphic legislation motion_picture report song" match="any">
<else-if type="bill book graphic legislation motion_picture song" match="any">
<text variable="title" text-case="title" font-style="italic"/>
<group delimiter=" " prefix=", ">
<text term="version"/>
Expand All @@ -260,7 +260,7 @@
</if>
</choose>
</if>
<else-if type="bill book graphic legislation motion_picture report song" match="any">
<else-if type="bill book graphic legislation motion_picture song" match="any">
<text variable="title" text-case="title" font-style="italic"/>
<group prefix=" (" suffix=")" delimiter=" ">
<text term="version"/>
Expand Down Expand Up @@ -299,7 +299,7 @@
</else-if>
</choose>
</if>
<else-if type="bill book graphic legislation motion_picture report song" match="any">
<else-if type="bill book graphic legislation motion_picture song" match="any">
<text variable="title" text-case="title" form="short" font-style="italic"/>
</else-if>
<else-if type="legal_case interview" match="any">
Expand Down

0 comments on commit 0ae9b81

Please sign in to comment.