fixed dumb bug in date macro
This commit is contained in:
parent
270347dd3d
commit
c667c662d0
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user