Fix spinneret element error
This commit is contained in:
parent
ec1665bdcf
commit
266cc96fb3
1 changed files with 1 additions and 0 deletions
|
@ -465,6 +465,7 @@ Returns:
|
||||||
The corresponding HTML input type string."
|
The corresponding HTML input type string."
|
||||||
(cond ((string= type "single") "radio")
|
(cond ((string= type "single") "radio")
|
||||||
((string= type "multiple") "checkbox")
|
((string= type "multiple") "checkbox")
|
||||||
|
((string= type "short") "text")
|
||||||
(t type)))
|
(t type)))
|
||||||
|
|
||||||
(defmacro multi-form (&body body)
|
(defmacro multi-form (&body body)
|
||||||
|
|
Loading…
Add table
Reference in a new issue