aboutsummaryrefslogtreecommitdiff
path: root/cgi-bin
diff options
context:
space:
mode:
authornathansmith117 <nathansmith@posteo.com>2025-03-14 19:35:36 -0600
committernathansmith117 <nathansmith@posteo.com>2025-03-14 19:35:36 -0600
commite028640710ae1b2d5a1a8c3fafa1dc53edd0f28b (patch)
tree053eb6f81ccc9da3ec28853b00ab1f78cee04279 /cgi-bin
parentd449ac02fe4021d3b90638e07c26a7d307d59d60 (diff)
Added optinal thingy
Diffstat (limited to 'cgi-bin')
-rwxr-xr-xcgi-bin/guest_book.cgi2
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>