summaryrefslogtreecommitdiffstats
path: root/lib/html.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lib/html.lua')
-rw-r--r--lib/html.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/html.lua b/lib/html.lua
index 205a8e0..136ce2b 100644
--- a/lib/html.lua
+++ b/lib/html.lua
@@ -167,7 +167,7 @@ function form.select ( v )
for i,k in ipairs ( {
"name", "size", "tabindex", "accesskey",
"onfocus", "onblur", "onchange", "id",
- "class"
+ "class", "multiple"
} ) do
str = str .. nv_pair ( k, v[k] )
end