aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-08-31 18:42:05 +0000
committernathan <nathansmith@disroot.org>2025-08-31 18:42:05 +0000
commitc1dae02c743393391942ea039e0a007f811dbc1f (patch)
treed746a2d152f7be0dfe3dd01fc75987cb96e72603
parent3358ef733678ffd42a057a1cce900620d0a04dfe (diff)
downloadshittyweb-c1dae02c743393391942ea039e0a007f811dbc1f.tar.gz
shittyweb-c1dae02c743393391942ea039e0a007f811dbc1f.tar.bz2
shittyweb-c1dae02c743393391942ea039e0a007f811dbc1f.zip
is lable british spelling? this is what happens when you drop out of high school.
-rwxr-xr-xorg/cgi-bin/guest-book.cgi10
1 files changed, 5 insertions, 5 deletions
diff --git a/org/cgi-bin/guest-book.cgi b/org/cgi-bin/guest-book.cgi
index 9fb71bc..7630efc 100755
--- a/org/cgi-bin/guest-book.cgi
+++ b/org/cgi-bin/guest-book.cgi
@@ -171,19 +171,19 @@
<div class=\"container\">\n\
<h2>Sign my fucking guest book</h2>\n\
<form action = \"guest-book.cgi\" method = \"get\">\n\
- <lable for = \"name\" maxlength=\"100\">Name</lable>\n\
+ <label for = \"name\" maxlength=\"100\">Name</label>\n\
<input type = \"text\" name = \"name\"/>\n\
<br />\n\
- <lable for = \"url\" maxlength=\"256\">Website (Optional)\n\
- </lable>\n\
+ <label for = \"url\" maxlength=\"256\">Website (Optional)\n\
+ </label>\n\
<input type = \"text\" name = \"url\"/>\n\
<br /><br />\n\
- <lable for = \"message\">Write a little silly something</lable>\n\
+ <label for = \"message\">Write a little silly something</label>\n\
<br />\n\
<textarea type = \"text\" name = \"message\" rows = \"4\"\n\
cols = \"40\" maxlength=\"512\"></textarea>\n\
<br /><br />\n\
- <lable for = \"answer\">Answer ~a plus ~a</lable>\n\
+ <label for = \"answer\">Answer ~a plus ~a</label>\n\
<input type = \"number\" name = \"answer\"/>\n\
<input type = \"hidden\" name =\"first\" value = \"~a\">\n\
<input type = \"hidden\" name =\"second\" value = \"~a\">\n\