Fix docstring indentation

This commit is contained in:
Marcus Kammer 2023-08-26 09:57:23 +02:00
parent 7c95569d1c
commit adc9f34ece
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -49,8 +49,12 @@ BODY: A series of calls to the `question` macro to define each question.
Example: Example:
(questionnaire \"/submit\" (questionnaire \"/submit\"
(question \"How old are you?\" (:name \"age\" :type \"radio\") \"18-24\" \"25-34\" \"35-44\") (question \"How old are you?\"
(question \"What's your favorite color?\" (:name \"color\" :type \"radio\") \"Red\" \"Blue\" \"Green\"))" (:name \"age\" :type \"radio\")
\"18-24\" \"25-34\" \"35-44\")
(question \"What's your favorite color?\"
(:name \"color\" :type \"radio\")
\"Red\" \"Blue\" \"Green\"))"
`(spinneret:with-html `(spinneret:with-html
(:form :action ,action (:form :action ,action
:method "post" :method "post"