From e4dd8396dbbcad574d57332e67788a75046c1a7b Mon Sep 17 00:00:00 2001 From: root Date: Sat, 3 Jun 2023 02:28:52 +0200 Subject: [PATCH] Fixed Typo --- ab.txt | 4 ++-- static/css/ab.css | 4 ++++ templates/index.html | 2 ++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ab.txt b/ab.txt index 41adff8..ac3f8fe 100644 --- a/ab.txt +++ b/ab.txt @@ -1017,9 +1017,9 @@ Nascar;Drag Racing Torhüter;Verteidiger Jagen;Angeln Comedy;Drama -Schoko-;Vanillepudding +Schokopudding;Vanillepudding Fußball;Formel 1 -Zitrone-;Pfirsicheistee +Zitronentee;Pfirsicheistee Puzzeln;Fernsehen Tee;Kaffee Butter;Margarine diff --git a/static/css/ab.css b/static/css/ab.css index 5e1c911..196b351 100644 --- a/static/css/ab.css +++ b/static/css/ab.css @@ -8,6 +8,10 @@ html, body { color: #e8e6e3; } +hr { + display: none; +} + #header { border-radius: 10px; text-align: center; diff --git a/templates/index.html b/templates/index.html index 506ff32..faaa223 100644 --- a/templates/index.html +++ b/templates/index.html @@ -16,6 +16,7 @@
+
{%- set id = namespace(value=0) %} {%- for question in content %} {%- set id.value = id.value + 1 %} @@ -26,6 +27,7 @@
+
{%- endfor %}