Fix spinneret element error

This commit is contained in:
Marcus Kammer 2024-10-22 16:33:41 +02:00
parent ec1665bdcf
commit 266cc96fb3

View file

@ -465,6 +465,7 @@ Returns:
The corresponding HTML input type string."
(cond ((string= type "single") "radio")
((string= type "multiple") "checkbox")
((string= type "short") "text")
(t type)))
(defmacro multi-form (&body body)