diff --git a/static/js/script.js b/static/js/script.js index 255fb40..83963b4 100644 --- a/static/js/script.js +++ b/static/js/script.js @@ -124,7 +124,7 @@ document.addEventListener('DOMContentLoaded', function() { if (userInput[i] === originalText[i]) { // Für korrekt getippte Leerzeichen und Tabulatoren: sichtbar machen if (originalText[i] === ' ') { - highlightedText += '·'; + highlightedText += '·'; } else if (originalText[i] === '\t') { highlightedText += ''; } else {