From eadccea5d2a5e1c8f9cf759984435e16be397a44 Mon Sep 17 00:00:00 2001 From: Jeff Williams Date: Mon, 2 Feb 2015 08:24:28 -0800 Subject: [PATCH] use a nested table for every param with properties, not just the first one (#901) --- templates/default/tmpl/params.tmpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/default/tmpl/params.tmpl b/templates/default/tmpl/params.tmpl index 336fb5ad..1dc3ecf9 100644 --- a/templates/default/tmpl/params.tmpl +++ b/templates/default/tmpl/params.tmpl @@ -19,6 +19,9 @@ parentParam.subparams.push(param); params[i] = null; } + else { + parentParam = param; + } } else { parentParam = param;