diff options
author | Lars Krönner | 2020-10-10 18:40:46 +0200 |
---|---|---|
committer | GitHub | 2020-10-10 18:40:46 +0200 |
commit | c2cb67575c8ee623b775d1f5fd28c0a60a9288dc (patch) | |
tree | a9285cef4e2dc3451ed609be2a34bbf21580c35e /quotes/public/index.html | |
parent | 16ebbb932c0b780c11d3e574bc24a515eb095f5f (diff) | |
parent | 1f45ede8253421439e07790375b72a31ceef33ed (diff) |
Merge pull request #4 from marvinborner/profile
Profile
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> |