removed unnecessary period from the /events/ page after each short

This commit is contained in:
Patrick Melanson 2015-02-10 23:12:51 -05:00
parent 4d82cc1a58
commit db143a1b24
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@
<xsl:value-of select="@date" />,
<xsl:value-of select="@time" />:
</strong>
<xsl:value-of select="short" />.
<xsl:value-of select="short" />
</p>
</xsl:if>
</xsl:for-each>