fix: Korrektur des Klassennamens 'highlight-ccorrect' zu 'highlight-correct' in der Texthervorhebung
Co-authored-by: aider (ollama_chat/qwen3-coder:30b) <aider@aider.chat>
This commit is contained in:
parent
9802c90c5b
commit
8e3c80b724
1 changed files with 1 additions and 1 deletions
|
|
@ -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 += '<span class="highlight-ccorrect highlight-space">·</span>';
|
||||
highlightedText += '<span class="highlight-correct highlight-space">·</span>';
|
||||
} else if (originalText[i] === '\t') {
|
||||
highlightedText += '<span class="highlight-correct highlight-tab">→</span>';
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue