xsl/date get-datestring: output date if hour=0 but minute!=0

This commit is contained in:
Astro 2011-11-21 15:30:06 +01:00
parent f2037368d8
commit 0c5de786a5
1 changed files with 1 additions and 1 deletions

View File

@ -337,7 +337,7 @@
<!-- Uhrzeit optional, im Timestamp einfach alles ab T... weglassen -->
<xsl:if test="date:hour-in-day($date)">
<xsl:if test="date:hour-in-day($date) or date:minute-in-hour($date)">
<xsl:text> um </xsl:text>
<xsl:call-template name="get-timestring">
<xsl:with-param name="date" select="$date"/>