Small bugfix for Foundry, fixed typo.
git-svn-id: https://svn.libreccm.org/ccm/trunk@3299 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
0f0c33ca3c
commit
5135e182a8
|
|
@ -782,7 +782,7 @@
|
|||
<xsl:param name="date-elem" tunnel="yes"/>
|
||||
|
||||
<xsl:value-of select="if (string-length($date-elem/@day) < 2
|
||||
and foundry:boolean($date-elem/@day))
|
||||
and foundry:boolean(./@zero))
|
||||
then concat('0', $date-elem/@day)
|
||||
else $date-elem/@day"/>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue