diff options
author | Marvin Borner | 2020-10-10 23:04:31 +0200 |
---|---|---|
committer | Marvin Borner | 2020-10-10 23:04:31 +0200 |
commit | d32ffe5d0e44f591adcf692b98a43efb5e65187a (patch) | |
tree | 25733d3e2a3829315f2cf50cf3f817cea4221e08 /quotes | |
parent | 5017a820ab9c0d49b3db370421f9856c8b709647 (diff) |
Formatting
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 b91d1e1..8853ee4 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> |