remove small typo from MAKE-PASSWORD

This commit is contained in:
interp 2002-11-03 17:42:27 +00:00
parent 4d7d5b08cd
commit 9815824581
1 changed files with 1 additions and 1 deletions

View File

@ -424,7 +424,7 @@
identity
`(input (@ (type "password")
(name ,name)
,@(and attributes (cdr attributes))))))))
,(and attributes (cdr attributes))))))))
(define (make-textarea-input-field . maybe-further-attributes)
(let ((name (generate-input-field-name "textarea")))