From 256973492d15a549c449b351948ed2dd5c0072f0 Mon Sep 17 00:00:00 2001 From: Philip Kaludercic <philip.kaludercic@fau.de> Date: Sat, 20 Jan 2024 12:30:28 +0000 Subject: [PATCH] Avoid using non-semantic <small> tags --- quiz.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/quiz.html b/quiz.html index 0498bf1..cc5227d 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 "immer", "nie", ...">Warnwörter</abbr> hervor</small> - <a id="report" href="#"><small>Fehler melden</small></a> + <span class="display-hl">Hebe <abbr title="Wörter wie "immer", "nie", ...">Warnwörter</abbr> hervor</span> + <a id="report" href="#">Fehler melden</a> <span id="display-hl-hack"></span> </body> <script src="quiz.js"></script> -- GitLab