Skip to content

Commit

Permalink
Update tyndale-bulletin.csl
Browse files Browse the repository at this point in the history
Co-authored-by: Brenton M. Wiernik <[email protected]>
  • Loading branch information
dstark and bwiernik authored Jan 5, 2022
1 parent d7056f9 commit 16f77c8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions tyndale-bulletin.csl
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,13 @@
<choose>
<!-- Include the review title, if avaialable, in quotation marks per §11.3.8. -->
<if variable="reviewed-title">
<text variable="title" quotes="true" suffix=", " text-case="title"/>
<text variable="reviewed-title" font-style="italic" prefix="review of " text-case="title"/>
<group delimiter=", ">
<text variable="title" quotes="true" suffix=", " text-case="title"/>
<group delimiter=" ">
<text term="review-of" font-style="italic"/>
<text variable="reviewed-title" font-style="italic" text-case="title"/>
</group>
</group>
</if>
<else>
<text variable="title" font-style="italic" prefix="review of " text-case="title"/>
Expand Down

0 comments on commit 16f77c8

Please sign in to comment.