From 7f199c91474efec9347e8402e55bf076e15b8a9f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tillmann=20D=C3=B6nicke?=
 <tillmann.doenicke@uni-goettingen.de>
Date: Tue, 16 Apr 2024 14:33:53 +0000
Subject: [PATCH] fix(html-facsimile): change note-container to notes-container

---
 scenarios/xslt/edxml2html/libs/html-facsimile.lib.xsl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scenarios/xslt/edxml2html/libs/html-facsimile.lib.xsl b/scenarios/xslt/edxml2html/libs/html-facsimile.lib.xsl
index 6389342..b0d0981 100644
--- a/scenarios/xslt/edxml2html/libs/html-facsimile.lib.xsl
+++ b/scenarios/xslt/edxml2html/libs/html-facsimile.lib.xsl
@@ -105,7 +105,7 @@
                 </xsl:if>
             </div>
             <xsl:if test="$correspondingNotes != ''">
-                <div class="note-container">
+                <div class="notes-container">
                     <ul>
                         <xsl:for-each select="$correspondingNotes">
                             <xsl:apply-templates/>
-- 
GitLab