remove small typo from MAKE-PASSWORD
This commit is contained in:
parent
4d7d5b08cd
commit
9815824581
|
@ -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")))
|
||||
|
|
Loading…
Reference in New Issue