Remove debug output from remind.xsl

git-svn-id: svn://svn.c3d2.de/c3d2-web/trunk@1119 31f61c52-7bfb-0310-b897-fc00f8a278f0
This commit is contained in:
astro 2008-03-25 18:07:34 +00:00
parent d8c644b07d
commit f1b90a6d50
1 changed files with 6 additions and 1 deletions

View File

@ -40,7 +40,12 @@
<xsl:template match="end">
<xsl:variable name="begin" select="string(../start[1])"/>
<xsl:variable name="end" select="string(.)"/>
<xsl:variable name="end">
<xsl:value-of select="string(.)"/>
<xsl:if test="not(contains(string(.), 'T'))">
<xsl:text>T23:59:59</xsl:text>
</xsl:if>
</xsl:variable>
<xsl:variable name="duration" select="date:seconds(date:difference($begin, $end))"/>
<!-- TODO: Fix duration of multi-day events where end date has no