autotopia: Add h1 tag template. Fix headers in index.html

This commit is contained in:
Peter Urban 2019-04-28 21:54:39 +02:00
parent 46efc69c15
commit 63c1934171
1 changed files with 4 additions and 0 deletions

View File

@ -214,6 +214,10 @@
<xsl:template match="table" >
<xsl:copy-of select="."/>
</xsl:template>
<xsl:template match="h1" >
<xsl:copy-of select="."/>
</xsl:template>
<xsl:template mode="event-list" match="event">
<xsl:param name="file"/>