From b848f155976625f1b58843e731dabaacb1e0a5cf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tillmann=20D=C3=B6nicke?=
 <tillmann.doenicke@uni-goettingen.de>
Date: Thu, 2 May 2024 11:54:54 +0000
Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Co-authored-by: Tillmann Dönicke <tillmann.doenicke@uni-goettingen.de>
---
 scenarios/xslt/edxml2html/libs/html-philology.lib.xsl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scenarios/xslt/edxml2html/libs/html-philology.lib.xsl b/scenarios/xslt/edxml2html/libs/html-philology.lib.xsl
index 100ae78..ead210e 100644
--- a/scenarios/xslt/edxml2html/libs/html-philology.lib.xsl
+++ b/scenarios/xslt/edxml2html/libs/html-philology.lib.xsl
@@ -260,7 +260,7 @@
                     <xsl:when test="@type='gr'">gr</xsl:when>
                     <xsl:when test="@type='rek'">rek</xsl:when>
                     <xsl:when test="@type='con'">inh</xsl:when>
-                    <xsl:otherwise>XX</xsl:otherwise>
+                    <xsl:otherwise>xx</xsl:otherwise>
                 </xsl:choose>
             </label>
             <input id="{$noteItemId}" type="checkbox"/>
-- 
GitLab