diff options
-rwxr-xr-x | org/cgi-bin/guest-book.cgi | 10 |
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\ |