Fix docstring indentation
This commit is contained in:
parent
7c95569d1c
commit
adc9f34ece
1 changed files with 6 additions and 2 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue