From b8a1ec902418178aa8bce6b4742776edecb059bc Mon Sep 17 00:00:00 2001 From: interp Date: Fri, 27 Sep 2002 17:31:35 +0000 Subject: [PATCH] some short hint added --- scheme/httpd/surflets/web-server/root/surflets/byte-input.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/scheme/httpd/surflets/web-server/root/surflets/byte-input.scm b/scheme/httpd/surflets/web-server/root/surflets/byte-input.scm index 6551aa7..4b26434 100644 --- a/scheme/httpd/surflets/web-server/root/surflets/byte-input.scm +++ b/scheme/httpd/surflets/web-server/root/surflets/byte-input.scm @@ -51,6 +51,7 @@ `(html (title "Byte Input Widget") (body (h1 "Byte Input Widget") + (p "Enter your byte (msb left):") (servlet-form ,new-url ,byte-input-fields ,(make-submit-button)))))))