diff options
author | LarsVomMars | 2020-10-19 19:40:35 +0200 |
---|---|---|
committer | LarsVomMars | 2020-10-19 19:40:46 +0200 |
commit | e2c8fea877c156863dbf84f5593acf02894f56b5 (patch) | |
tree | 7e7b2da5ecd3abf984e41b5e44dc2c6a3197bf48 /quotes/public/index.html | |
parent | 8d540e4d9aaa951b9031b38eb55bf181e04a8ab1 (diff) |
User comments frontend
Diffstat (limited to 'quotes/public/index.html')
-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> |