summaryrefslogtreecommitdiffstats
path: root/html.lua
diff options
context:
space:
mode:
Diffstat (limited to 'html.lua')
-rw-r--r--html.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/html.lua b/html.lua
index d220fb4..dceb893 100644
--- a/html.lua
+++ b/html.lua
@@ -74,7 +74,8 @@ end
etc.
]]--
-local generic_input = function ( field_type, v )
+local generic_input
+generic_input = function ( field_type, v )
if type(v.value) == "table" then
ret = {}
local vals = v.value