Fix identation
This commit is contained in:
parent
8cecf9ff42
commit
b20794ddde
1 changed files with 4 additions and 2 deletions
|
@ -304,7 +304,9 @@ Example German:
|
|||
:method "post"
|
||||
:class ,class-string
|
||||
,@(loop for q in body
|
||||
for (ask group choices) = (multiple-value-list (extract-question-components q))
|
||||
collect `(question ,ask ,group ,@(split-list-by-keyword choices)))
|
||||
for (ask group choices) = (multiple-value-list
|
||||
(extract-question-components q))
|
||||
collect `(question ,ask ,group
|
||||
,@(split-list-by-keyword choices)))
|
||||
(btn-primary (:type "submit")
|
||||
(find-l10n "submit" spinneret:*html-lang* *l10n*))))))
|
||||
|
|
Loading…
Add table
Reference in a new issue