diff options
| author | sD <stoned@derpymail.org> | 2020-02-15 12:47:28 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-02-15 12:47:28 +0100 |
| commit | 4d77d0d53f16b06af9598430b59a9f75fc0c7443 (patch) | |
| tree | 08457a07398d9fe0547c3e563a1f6cf9987b42a9 /webAO/client.html | |
| parent | d64b1a0638526ce7de947c6f1af236ae75eac34e (diff) | |
add colon and spaces
Diffstat (limited to 'webAO/client.html')
| -rw-r--r-- | webAO/client.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webAO/client.html b/webAO/client.html index 20f436d..dfe1826 100644 --- a/webAO/client.html +++ b/webAO/client.html @@ -92,9 +92,9 @@ <option value="3">Orange</option> <option value="4">Blue</option> </select> - <label for="sendsfx">SFX</label> + <label for="sendsfx"> SFX: </label> <input type="checkbox" id="sendsfx" name="sendsfx" value="sendsfx" checked> - <label for="sendpreanim">Preanimation</label> + <label for="sendpreanim"> Preanimation: </label> <input type="checkbox" id="sendpreanim" name="sendpreanim" value="sendpreanim"> <br> <br> |
