Fix indentation
This commit is contained in:
parent
d9985dcc98
commit
9538f5713e
1 changed files with 8 additions and 9 deletions
|
@ -103,9 +103,8 @@ BODY: The contents of the select menu, typically options.
|
|||
|
||||
Example:
|
||||
(select (:size \"sm\")
|
||||
(select-option (:content \"Option 1\" :value \"opt1\")))"
|
||||
(let ((class-attr (cond
|
||||
((null size) "form-select")
|
||||
(:content \"Option 1\" :value \"opt1\"))"
|
||||
(let ((class-attr (cond ((null size) "form-select")
|
||||
((numberp size) "form-select")
|
||||
((and (stringp size)
|
||||
(string= size "multiple")) "form-select")
|
||||
|
|
Loading…
Add table
Reference in a new issue