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:
(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")