fixed dumb bug in date macro

This commit is contained in:
Bruce D'Arcus 2008-03-22 14:35:38 +00:00
parent 270347dd3d
commit c667c662d0

View File

@ -57,14 +57,14 @@
<group suffix=", "> <group suffix=", ">
<date variable="issued"> <date variable="issued">
<date-part name="month"/> <date-part name="month"/>
<date-part name="day"/> <date-part name="day" prefix=" "/>
</date> </date>
</group> </group>
</if>
</choose>
<date variable="issued"> <date variable="issued">
<date-part name="year"/> <date-part name="year"/>
</date> </date>
</if>
</choose>
</group> </group>
</if> </if>
<else> <else>