summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--html.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/html.lua b/html.lua
index 5bb46a6..5eda481 100644
--- a/html.lua
+++ b/html.lua
@@ -117,7 +117,8 @@ generic_input = function ( field_type, v )
"name", "size", "checked", "maxlength",
"value", "length", "id", "src",
"align", "alt", "contenteditable",
- "tabindex", "accesskey", "onfocus", "onblur", "title"
+ "tabindex", "accesskey", "onfocus", "onblur",
+ "title", "accept"
} ) do
str = str .. nv_pair ( k, v[k] )
end