diff --git a/quiz.html b/quiz.html
index 0498bf1f24a368fc75105edf5be762efb1638cbe..cc5227d3aa72b1c60c81a48e0fb7fc8d9af35faa 100644
--- a/quiz.html
+++ b/quiz.html
@@ -58,7 +58,7 @@
 	  </p>
 
 	  <footer>
-	    <code>$Id: quiz.html,v 1.12 2024/01/20 10:56:14 oj14ozun Exp oj14ozun $</code>
+	    <code>$Id: quiz.html,v 1.13 2024/01/20 11:17:23 oj14ozun Exp oj14ozun $</code>
 	    <code id="js-version"></code>
 	  </footer>
 	</aside>
@@ -91,8 +91,8 @@
     <abbr title="Wie oft richtig" id="correct"></abbr>:<abbr title="Wie oft falsch" id="wrong"></abbr>
     </span>
     <input type="checkbox" id="display-hl" class="display-hl" />
-    <small class="display-hl">Hebe <abbr title="Wörter wie &quot;immer&quot;, &quot;nie&quot;, ...">Warnwörter</abbr> hervor</small>
-    <a id="report" href="#"><small>Fehler melden</small></a>
+    <span class="display-hl">Hebe <abbr title="Wörter wie &quot;immer&quot;, &quot;nie&quot;, ...">Warnwörter</abbr> hervor</span>
+    <a id="report" href="#">Fehler melden</a>
     <span id="display-hl-hack"></span>
   </body>
   <script src="quiz.js"></script>