diff --git a/resources/xslt/edition/diarium-import.xsl b/resources/xslt/edition/diarium-import.xsl
index 495cf5e0bac67b10281167843c1ddbe59db73ec4..8af60c7a24e1ab6f0c31bf60f255cbe7129c4b07 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>