From 0f75ce8eb10931dc9a54a42475b4fd50ce4c9b26 Mon Sep 17 00:00:00 2001
From: Martin de la Iglesia <iglesia@hab.de>
Date: Tue, 1 Apr 2025 13:18:28 +0000
Subject: [PATCH] =?UTF-8?q?Pr=C3=BCfung=20auf=20Eintr=C3=A4ge=20mit=20Q=20?=
 =?UTF-8?q?entfernt?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 personenregister2html_gesamtliste.xsl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/personenregister2html_gesamtliste.xsl b/personenregister2html_gesamtliste.xsl
index 84262e8..fa04bc4 100644
--- a/personenregister2html_gesamtliste.xsl
+++ b/personenregister2html_gesamtliste.xsl
@@ -63,7 +63,7 @@
                 <br/>
             </div>   
             <div>
-                <a href="#a">A</a> &#x2013; <a href="#b">B</a> &#x2013; <a href="#c">C</a> &#x2013; <a href="#d">D</a> &#x2013; <a href="#e">E</a> &#x2013; <a href="#f">F</a> &#x2013; <a href="#g">G</a> &#x2013; <a href="#h">H</a> &#x2013; <a href="#i">I</a> &#x2013; <a href="#j">J</a> &#x2013; <a href="#k">K</a> &#x2013; <a href="#l">L</a> &#x2013; <a href="#m">M</a> &#x2013; <a href="#n">N</a> &#x2013; <a href="#o">O</a> &#x2013; <a href="#p">P</a> &#x2013; <xsl:if test="document('../Register/register-person/register-person-qr.xml')//tei:persName/tei:term[lower-case(substring(@sortKey,1,1)) eq 'q']"><a href="#q">Q</a> &#x2013; </xsl:if><a href="#r">R</a> &#x2013; <a href="#s">S</a> &#x2013; <a href="#t">T</a> &#x2013; <a href="#u">U</a> &#x2013; <a href="#v">V</a> &#x2013; <a href="#w">W</a> &#x2013; <a href="#x">X</a> &#x2013; <a href="#y">Y</a> &#x2013; <a href="#z">Z</a>
+                <a href="#a">A</a> &#x2013; <a href="#b">B</a> &#x2013; <a href="#c">C</a> &#x2013; <a href="#d">D</a> &#x2013; <a href="#e">E</a> &#x2013; <a href="#f">F</a> &#x2013; <a href="#g">G</a> &#x2013; <a href="#h">H</a> &#x2013; <a href="#i">I</a> &#x2013; <a href="#j">J</a> &#x2013; <a href="#k">K</a> &#x2013; <a href="#l">L</a> &#x2013; <a href="#m">M</a> &#x2013; <a href="#n">N</a> &#x2013; <a href="#o">O</a> &#x2013; <a href="#p">P</a> &#x2013; <a href="#q">Q</a> &#x2013; <a href="#r">R</a> &#x2013; <a href="#s">S</a> &#x2013; <a href="#t">T</a> &#x2013; <a href="#u">U</a> &#x2013; <a href="#v">V</a> &#x2013; <a href="#w">W</a> &#x2013; <a href="#x">X</a> &#x2013; <a href="#y">Y</a> &#x2013; <a href="#z">Z</a>
             </div>
             
             <table>
@@ -751,4 +751,4 @@
             </xsl:otherwise>
         </xsl:choose>        
     </xsl:template>
-</xsl:stylesheet>
+</xsl:stylesheet>
\ No newline at end of file
-- 
GitLab