just semantics

This commit is contained in:
poly 2024-09-30 19:05:53 +02:00
parent 1e740903f2
commit 8317c72a0a

View file

@ -20,7 +20,7 @@ const char* displayForm =
"</form>"
"<form id='Rainbow' method='post'>"
"<input type='hidden' id='rainbow' name='rainbow'>"
"<label for='scroller'>Enable Scroller:</label>"
"<label for='scroller'>Enable Gaybow:</label>"
"<input type='submit' value='Off' onclick='document.getElementById(\"rainbow\").value=\"Off\";'>"
"<input type='submit' value='On' onclick='document.getElementById(\"rainbow\").value=\"On\";'>"
"</form>"