Fix indentation

This commit is contained in:
Marcus Kammer 2023-08-16 09:41:50 +02:00
parent d9985dcc98
commit 9538f5713e

View file

@ -103,9 +103,8 @@ BODY: The contents of the select menu, typically options.
Example: Example:
(select (:size \"sm\") (select (:size \"sm\")
(select-option (:content \"Option 1\" :value \"opt1\")))" (:content \"Option 1\" :value \"opt1\"))"
(let ((class-attr (cond (let ((class-attr (cond ((null size) "form-select")
((null size) "form-select")
((numberp size) "form-select") ((numberp size) "form-select")
((and (stringp size) ((and (stringp size)
(string= size "multiple")) "form-select") (string= size "multiple")) "form-select")