From e9e727e6319591496e3f7d6af46faa74b93ba327 Mon Sep 17 00:00:00 2001
From: Philip Kaludercic <philip.kaludercic@fau.de>
Date: Thu, 15 Feb 2024 13:51:48 +0000
Subject: [PATCH] Associate #display-hl with a label

---
 quiz.html | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/quiz.html b/quiz.html
index 67702e3..afafa76 100644
--- a/quiz.html
+++ b/quiz.html
@@ -77,7 +77,7 @@
 	  </p>
 
 	  <footer>
-	    <code>$Id: quiz.html,v 1.31 2024/02/15 13:03:20 oj14ozun Exp oj14ozun $</code>
+	    <code>$Id: quiz.html,v 1.32 2024/02/15 13:31:25 oj14ozun Exp oj14ozun $</code>
 	    <code id="js-version"></code>
 	    <code id="css-version"></code>
 	  </footer>
@@ -112,7 +112,9 @@
     <abbr title="Wie viele Fragen wurden bisher beantwortet" id="seen"></abbr>/<abbr title="Wie viele Fragen gibt es insgesammt" id="total"></abbr>
     </span>
     <input type="checkbox" id="display-hl" class="display-hl" />
-    <span class="display-hl">Hebe <abbr title="Wörter wie &quot;immer&quot;, &quot;nie&quot;, ...">Warnwörter</abbr> hervor</span>
+    <label for="display-hl" class="display-hl">
+      Hebe <abbr title="Wörter wie &quot;immer&quot;, &quot;nie&quot;, ...">Warnwörter</abbr> hervor
+    </label>
     <a class="shy" id="report" href="#" target="_blank" rel="noopener noreferrer">Fehler melden</a>
     <a class="shy" id="perma" href="#">Dauerlink</a>
     <span id="display-hl-hack"></span>
-- 
GitLab