autotopia xsl: produce proper <h1/>

This commit is contained in:
Astro 2019-04-27 21:29:57 +02:00
parent 6c7b75da55
commit bafafe2e80
1 changed files with 2 additions and 2 deletions

View File

@ -176,9 +176,9 @@
</xsl:template>
<xsl:template match="event/title">
<p lang="{@lang}" class="a-event-title header">
<h1 lang="{@lang}" class="a-event-title header">
<xsl:copy-of select="./node()"/>
</p>
</h1>
</xsl:template>
<xsl:template match="event/start">