diff options
Diffstat (limited to 'poll/public/index.html')
-rw-r--r-- | poll/public/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/poll/public/index.html b/poll/public/index.html index dd66c96..59e5939 100644 --- a/poll/public/index.html +++ b/poll/public/index.html @@ -26,8 +26,8 @@ <legend>Schüler-Ranking</legend> <p>Welche/r Schüler/in...</p> <label id="question_label" for="question"></label> - <input name="question" id="question" hidden></input> - <br/> + <input name="question" id="question" hidden /> + <br /> <label for="answer">Antwort</label> <select name="answer" id="answer" required></select> <button type="submit" class="pure-button pure-button-primary">Antworten</button> |