calendar-summary: fix autotopia links

This commit is contained in:
Astro 2019-04-27 13:53:08 +02:00
parent 1fa151579d
commit 0bcd0acd46
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
<xsl:for-each select="document('../autotopia-events.xml')/page/news/newsfile">
<xsl:variable name="news" select="document(concat('../', .))"/>
<xsl:apply-templates select="$news/page/event">
<xsl:with-param name="link" select="concat('https://autotopia.c3d2.de/event/', substring-before(substring-after(., 'content/autotopia/'), '.xml'), '.html')"/>
<xsl:with-param name="link" select="concat('https://autotopia.c3d2.de/', substring-before(substring-after(., 'content/autotopia/'), '.xml'), '.html')"/>
</xsl:apply-templates>
</xsl:for-each>
</calendar-summary>