diff options
author | nathansmith117 <nathansmith@posteo.com> | 2025-03-14 19:35:36 -0600 |
---|---|---|
committer | nathansmith117 <nathansmith@posteo.com> | 2025-03-14 19:35:36 -0600 |
commit | e028640710ae1b2d5a1a8c3fafa1dc53edd0f28b (patch) | |
tree | 053eb6f81ccc9da3ec28853b00ab1f78cee04279 /cgi-bin | |
parent | d449ac02fe4021d3b90638e07c26a7d307d59d60 (diff) |
Added optinal thingy
Diffstat (limited to 'cgi-bin')
-rwxr-xr-x | cgi-bin/guest_book.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi-bin/guest_book.cgi b/cgi-bin/guest_book.cgi index b07ffb6..daa8959 100755 --- a/cgi-bin/guest_book.cgi +++ b/cgi-bin/guest_book.cgi @@ -129,7 +129,7 @@ def display_html(fields_reponse): <lable for = "name" maxlength="100">Name</lable> <input type = "text" name = "name"/> <br/> - <lable for = "url" maxlength="256">Website</lable> + <lable for = "url" maxlength="256">Website (Optional)</lable> <input type = "text" name = "url"/> <br/><br/> <lable for = "message">Write a little silly something</lable> |