csl processor bug - strip-periods in date=month

I can't get strip-periods="true" to work for months in accessed dates, e.g.
<else-if type="webpage">
<group delimiter=" ">
<text variable="title"/>
<text variable="URL"/>
<date variable="accessed" prefix="(accessed " suffix=")" delimiter=" ">
<date-part name="month" form="short" strip-periods="true"/>
<date-part name="day" suffix=", "/>
<date-part name="year"/>
</date>
</group>
</else-if>
gives me
(accessed Jun. 28, 2011)

That's with Zotero 2.1.8.r9829
  • This combination fell through the cracks, and was missing from the test suite. Thanks for the heads-up, will be fixed soon.
  • Have checked in the fix, in citeproc-js release 1.0.195.
Sign In or Register to comment.