diff --git a/scheme/httpd/surflets/surflets.scm b/scheme/httpd/surflets/surflets.scm index bb4a702..df190e7 100644 --- a/scheme/httpd/surflets/surflets.scm +++ b/scheme/httpd/surflets/surflets.scm @@ -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")))