Skip to content
Snippets Groups Projects
Commit f549eba8 authored by David Maus's avatar David Maus
Browse files

Unterstütze <label> für Überschrift in <note>

parent 295eb2c9
No related branches found
No related tags found
No related merge requests found
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
</h1> </h1>
</xsl:template> </xsl:template>
<xsl:template match="tei:head[tei:date]"> <xsl:template match="tei:head[tei:date] | tei:label[tei:date]">
<h2><xsl:apply-templates/></h2> <h2><xsl:apply-templates/></h2>
</xsl:template> </xsl:template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment