Software /
code /
prosody-modules
Comparison
mod_rest/jsonmap.lib.lua @ 3939:a6b3b41a116c
Merge commit
author | tmolitor <thilo@eightysoft.de> |
---|---|
date | Sun, 08 Mar 2020 19:59:49 +0100 |
parent | 3932:8b34222216f4 |
child | 3953:2c6d5734ae04 |
comparison
equal
deleted
inserted
replaced
3938:3f4df08dce14 | 3939:a6b3b41a116c |
---|---|
338 elseif type(v) == "table" then | 338 elseif type(v) == "table" then |
339 for _, v_ in ipairs(v) do | 339 for _, v_ in ipairs(v) do |
340 form:text_tag("value", v_); | 340 form:text_tag("value", v_); |
341 end | 341 end |
342 end | 342 end |
343 form:up(); | |
343 end | 344 end |
344 return form; | 345 return form; |
345 end | 346 end |
346 }; | 347 }; |
347 | 348 |