diff options
author | Mango0x45 <thomasvoss@live.com> | 2021-06-16 14:20:42 +0200 |
---|---|---|
committer | Mango0x45 <thomasvoss@live.com> | 2021-06-16 14:20:42 +0200 |
commit | 684ce6297b3d92ddfdd5db36ace58d105b16a972 (patch) | |
tree | f22f7f55768b15131bb96b0435156930ce073e3d | |
parent | 8b00d06786e8da11b550983405f0bdc0cf4eaf06 (diff) |
Fix label attribute
-rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,7 +14,7 @@ </head> <body> - <a href="settings.html" id="settings"> + <a href="settings.html" id="settings" alt="Page Settings"> <!-- Source: https://freesvg.org/options-icon-24168 License: Public Domain @@ -75,7 +75,7 @@ <input type="text" id="time" class="own_line" readonly> </p> <p> - <label for"mod_message">Mod Message: </label> + <label for="mod_message">Mod Message: </label> <textarea id="mod_message" class="own_line" readonly disabled> </textarea> </p> |