diff options
author | LarsVomMars | 2020-10-10 18:38:32 +0200 |
---|---|---|
committer | LarsVomMars | 2020-10-10 18:38:32 +0200 |
commit | 930ecde7e84e723061cba4780459887c329e50a3 (patch) | |
tree | a012c684ca559dd744f3387d0f4604f16cf900ef /quotes | |
parent | 44dd49a479e0b1a034f87317c910cd693ee7f8f9 (diff) |
Fmt
Diffstat (limited to 'quotes')
-rw-r--r-- | quotes/public/index.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/quotes/public/index.html b/quotes/public/index.html index 8853ee4..b91d1e1 100644 --- a/quotes/public/index.html +++ b/quotes/public/index.html @@ -32,17 +32,17 @@ </form> <button id="open_TGI13.1">TGI13.1</button> - <ul style="display: none" id="TGI13.1"></ul> + <ul style="display: none;" id="TGI13.1"></ul> <button id="open_TGI13.2">TGI13.2</button> - <ul style="display: none" id="TGI13.2"></ul> + <ul style="display: none;" id="TGI13.2"></ul> <button id="open_TGM13.1">TGM13.1</button> - <ul style="display: none" id="TGM13.1"></ul> + <ul style="display: none;" id="TGM13.1"></ul> <button id="open_TGM13.2">TGM13.2</button> - <ul style="display: none" id="TGM13.2"></ul> + <ul style="display: none;" id="TGM13.2"></ul> <button id="open_TGTM13.1">TGTM13.1</button> - <ul style="display: none" id="TGTM13.1"></ul> + <ul style="display: none;" id="TGTM13.1"></ul> <button id="open_teacher">Lehrer</button> - <ul style="display: none" id="teacher"></ul> + <ul style="display: none;" id="teacher"></ul> </main> <script src="script.js" charset="utf-8"></script> |