summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xslt/commonTemplates.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/xslt/commonTemplates.xsl b/xslt/commonTemplates.xsl
index 15c8686b0..5616bb3d4 100644
--- a/xslt/commonTemplates.xsl
+++ b/xslt/commonTemplates.xsl
@@ -187,7 +187,7 @@
<xsl:when test="$mnth = 'Jun'">6</xsl:when>
<xsl:when test="$mnth = 'Jul'">7</xsl:when>
<xsl:when test="$mnth = 'Aug'">8</xsl:when>
- <xsl:when test="$mnth = 'Sept'">9</xsl:when>
+ <xsl:when test="$mnth = 'Sep'">9</xsl:when>
<xsl:when test="$mnth = 'Oct'">10</xsl:when>
<xsl:when test="$mnth = 'Nov'">11</xsl:when>
<xsl:when test="$mnth = 'Dec'">12</xsl:when>