From 036a064161b69363ba11e61033f053ea8abb731f Mon Sep 17 00:00:00 2001 From: Philip Kaludercic <philip.kaludercic@fau.de> Date: Sat, 20 Jan 2024 13:40:35 +0000 Subject: [PATCH] Report problems in a new tab --- quiz.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quiz.html b/quiz.html index c1a9295..ac635d4 100644 --- a/quiz.html +++ b/quiz.html @@ -58,7 +58,7 @@ </p> <footer> - <code>$Id: quiz.html,v 1.15 2024/01/20 12:30:59 oj14ozun Exp oj14ozun $</code> + <code>$Id: quiz.html,v 1.16 2024/01/20 12:31:57 oj14ozun Exp oj14ozun $</code> <code id="js-version"></code> </footer> </aside> @@ -92,7 +92,7 @@ </span> <input type="checkbox" id="display-hl" class="display-hl" /> <span class="display-hl">Hebe <abbr title="Wörter wie "immer", "nie", ...">Warnwörter</abbr> hervor</span> - <a id="report" href="#">Fehler melden</a> + <a id="report" href="#" target="_blank" rel="noopener noreferrer">Fehler melden</a> <span id="display-hl-hack"></span> </body> <script src="quiz.js"></script> -- GitLab