diff options
author | Grail Finder (aider) <wohilas@gmail.com> | 2025-04-05 15:06:23 +0300 |
---|---|---|
committer | Grail Finder (aider) <wohilas@gmail.com> | 2025-04-05 15:06:23 +0300 |
commit | c0cd24eb89cac5d8e7480cc13895e47b570c3994 (patch) | |
tree | 18c23be74387cdeeb53bc9f29aa278bfd968c2b3 | |
parent | 8bc7544e8933d64abc2610a265f37fe13b5767d5 (diff) |
fix: correct whitespace in test question options
-rw-r--r-- | internal/handlers/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/handlers/main.go b/internal/handlers/main.go index 2fe749c..71c7bd2 100644 --- a/internal/handlers/main.go +++ b/internal/handlers/main.go @@ -79,7 +79,7 @@ func (h *Handlers) MainPage(w http.ResponseWriter, r *http.Request) { ID: 1, Text: "___ du keine Zweifel daran?", Option1: "Haben", - Option2: "Hast", + Option2: "Hast", Option3: "Hat", Option4: "Habt", CorrectIndex: 1, |