trying to capitalize headers of camp form email
This commit is contained in:
parent
51e9d7fc9b
commit
b3851df8ab
|
@ -356,7 +356,7 @@ with the image attached"
|
|||
(:table
|
||||
(loop for row in form
|
||||
do (:tr
|
||||
(:th (car row))
|
||||
(:th (string-capitalize (car row)))
|
||||
(:td (cdr row))))))))))))
|
||||
|
||||
(tbnl:define-easy-handler (health-form :uri "/health-form") ()
|
||||
|
|
Loading…
Reference in a new issue