Fix indentation
This commit is contained in:
parent
32d8843930
commit
dfb8e21547
1 changed files with 2 additions and 1 deletions
|
@ -140,4 +140,5 @@ Example:
|
|||
`(question ,ask
|
||||
(:group ,group :type ,input-type)
|
||||
,@remaining-choices)))))
|
||||
(btn-primary (:type "submit") (find-l10n "submit" spinneret:*html-lang*)))))
|
||||
(btn-primary (:type "submit")
|
||||
(find-l10n "submit" spinneret:*html-lang*)))))
|
||||
|
|
Loading…
Add table
Reference in a new issue