Small bugfix for Foundry, fixed typo.

git-svn-id: https://svn.libreccm.org/ccm/trunk@3299 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2015-04-01 09:45:55 +00:00
parent 0f0c33ca3c
commit 5135e182a8
1 changed files with 1 additions and 1 deletions

View File

@ -782,7 +782,7 @@
<xsl:param name="date-elem" tunnel="yes"/> <xsl:param name="date-elem" tunnel="yes"/>
<xsl:value-of select="if (string-length($date-elem/@day) &lt; 2 <xsl:value-of select="if (string-length($date-elem/@day) &lt; 2
and foundry:boolean($date-elem/@day)) and foundry:boolean(./@zero))
then concat('0', $date-elem/@day) then concat('0', $date-elem/@day)
else $date-elem/@day"/> else $date-elem/@day"/>