xsl/ical: fix DURATION field name

This commit is contained in:
Astro 2015-08-04 00:19:04 +02:00
parent 1d5be41f70
commit f78145a7c9
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@
</xsl:when>
<xsl:otherwise>
<!-- Fallback duration: two hours -->
<xsl:text>DTDURATION:PT2H&#13;&#10;</xsl:text>
<xsl:text>DURATION:PT2H&#13;&#10;</xsl:text>
</xsl:otherwise>
</xsl:choose>
</xsl:template>