No period after month in date.

This commit is contained in:
dcramer
2011-05-06 21:15:10 -05:00
parent be22701c9c
commit e681a66866
2 changed files with 2 additions and 2 deletions

View File

@@ -230,7 +230,7 @@
<xsl:message terminate="yes">Bad Month value <xsl:value-of select="$month"/></xsl:message>
</xsl:otherwise>
</xsl:choose>
<xsl:text>. </xsl:text>
<xsl:text> </xsl:text>
<xsl:choose>
<xsl:when test="starts-with($day, '0')">
<xsl:value-of select="substring($day, 2)"/>

View File

@@ -126,7 +126,7 @@
<xsl:message terminate="yes">Bad Month value <xsl:value-of select="$month"/></xsl:message>
</xsl:otherwise>
</xsl:choose>
<xsl:text>. </xsl:text>
<xsl:text> </xsl:text>
<xsl:choose>
<xsl:when test="starts-with($day, '0')">
<xsl:value-of select="substring($day, 2)"/>