aboutsummaryrefslogtreecommitdiffstats
path: root/cgi-bin/guest_book.cgi
diff options
context:
space:
mode:
authornathansmith117 <nathansmith@posteo.com>2025-03-15 01:35:36 +0000
committernathansmith117 <nathansmith@posteo.com>2025-03-15 01:35:36 +0000
commite028640710ae1b2d5a1a8c3fafa1dc53edd0f28b (patch)
tree053eb6f81ccc9da3ec28853b00ab1f78cee04279 /cgi-bin/guest_book.cgi
parentd449ac02fe4021d3b90638e07c26a7d307d59d60 (diff)
downloadshittyweb-e028640710ae1b2d5a1a8c3fafa1dc53edd0f28b.tar.gz
shittyweb-e028640710ae1b2d5a1a8c3fafa1dc53edd0f28b.tar.bz2
shittyweb-e028640710ae1b2d5a1a8c3fafa1dc53edd0f28b.zip
Added optinal thingy
Diffstat (limited to 'cgi-bin/guest_book.cgi')
-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>