From 9e3e509ae762056ca7f823b2508262f0eea92cef Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Thu, 8 Oct 2009 22:44:51 +0000 Subject: [PATCH] PR10519 svn: r16287 --- collects/web-server/formlets/input.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/web-server/formlets/input.ss b/collects/web-server/formlets/input.ss index 967af28fc2..c0b51f61f4 100644 --- a/collects/web-server/formlets/input.ss +++ b/collects/web-server/formlets/input.ss @@ -78,7 +78,7 @@ #:read-only? [read-only? #f] #:attributes [attrs empty]) (text-or-password - #:password? #f + #:password? #t #:value value #:size size #:max-length max-length