xsl/calendar-summary: only copy existing <location/>

Conflicts:

	xsl/calendar-summary.xsl
This commit is contained in:
Astro 2012-02-27 01:01:06 +01:00
parent 66936250c1
commit eb68dea726
1 changed files with 3 additions and 1 deletions

View File

@ -53,7 +53,9 @@
</xsl:otherwise>
</xsl:choose>
</end>
<location><xsl:value-of select="location"/></location>
<xsl:if test="location">
<location><xsl:value-of select="location"/></location>
</xsl:if>
<link>
<xsl:choose>
<xsl:when test="link"><xsl:value-of select="link"/></xsl:when>