Skip to content

Commit

Permalink
Include [YYYY]? to uncertain original-date (#4269)
Browse files Browse the repository at this point in the history
Discussed in #4262
  • Loading branch information
Joseph Reagle authored and adam3smith committed Sep 26, 2019
1 parent af278f2 commit d2c27c3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion chicago-fullnote-bibliography.csl
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,14 @@
<text variable="original-publisher-place"/>
<text variable="original-publisher"/>
</group>
<date variable="original-date" form="text" date-parts="year"/>
<choose>
<if is-uncertain-date="original-date">
<date variable="original-date" form="numeric" date-parts="year" prefix="[" suffix="?]"/>
</if>
<else>
<date variable="original-date" form="numeric" date-parts="year"/>
</else>
</choose>
</group>
</macro>
<macro name="reprint-note">
Expand Down

0 comments on commit d2c27c3

Please sign in to comment.