diff mod_rest/jsonmap.lib.lua @ 3939:a6b3b41a116c

Merge commit
author tmolitor <thilo@eightysoft.de>
date Sun, 08 Mar 2020 19:59:49 +0100
parents 8b34222216f4
children 2c6d5734ae04
line wrap: on
line diff
--- a/mod_rest/jsonmap.lib.lua	Sun Mar 08 19:53:52 2020 +0100
+++ b/mod_rest/jsonmap.lib.lua	Sun Mar 08 19:59:49 2020 +0100
@@ -340,6 +340,7 @@
 						form:text_tag("value", v_);
 					end
 				end
+				form:up();
 			end
 			return form;
 		end