Fix indentation
This commit is contained in:
parent
e5e4fb01e2
commit
e1711dfbca
1 changed files with 11 additions and 10 deletions
|
@ -179,7 +179,8 @@ Example:
|
||||||
,@(when (numberp size) `(:size ,size))
|
,@(when (numberp size) `(:size ,size))
|
||||||
,@(when (and (stringp size) (string= size "multiple")) (list :multiple t))
|
,@(when (and (stringp size) (string= size "multiple")) (list :multiple t))
|
||||||
:aria-label "Default select example"
|
:aria-label "Default select example"
|
||||||
(:option :selected t (find-l10n "select-option"
|
(:option :selected t
|
||||||
|
(find-l10n "option-selected"
|
||||||
spinneret:*html-lang*
|
spinneret:*html-lang*
|
||||||
l10n))
|
l10n))
|
||||||
,@(loop for item in rest
|
,@(loop for item in rest
|
||||||
|
|
Loading…
Add table
Reference in a new issue