From f549eba834ae757fb3018fa37699335faef94ba5 Mon Sep 17 00:00:00 2001 From: David Maus <maus@hab.de> Date: Thu, 12 Oct 2017 12:02:23 +0200 Subject: [PATCH] =?UTF-8?q?Unterst=C3=BCtze=20<label>=20f=C3=BCr=20=C3=9Cb?= =?UTF-8?q?erschrift=20in=20<note>?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/xslt/edition/diarium-import.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/xslt/edition/diarium-import.xsl b/resources/xslt/edition/diarium-import.xsl index 495cf5e0..8af60c7a 100644 --- a/resources/xslt/edition/diarium-import.xsl +++ b/resources/xslt/edition/diarium-import.xsl @@ -82,7 +82,7 @@ </h1> </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> </xsl:template> -- GitLab