From: Florian Eckert Date: Wed, 14 Mar 2018 15:03:55 +0000 (+0100) Subject: luci-base: fix colspans calculation in tblsection X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=70783f5802a7231beb151c1a40ed741c25be7fe1;ds=inline luci-base: fix colspans calculation in tblsection Signed-off-by: Florian Eckert --- diff --git a/modules/luci-base/luasrc/view/cbi/tblsection.htm b/modules/luci-base/luasrc/view/cbi/tblsection.htm index 26d13f937..3cb87563f 100644 --- a/modules/luci-base/luasrc/view/cbi/tblsection.htm +++ b/modules/luci-base/luasrc/view/cbi/tblsection.htm @@ -35,7 +35,7 @@ end <%- else -%>   <%- end -%> - <%- end -%> + <%- count = count +1; end -%> <%- for i, k in pairs(self.children) do if not k.optional then -%> > <%- if k.titleref then -%><%- end -%> @@ -44,7 +44,7 @@ end <%- count = count + 1; end; end; if self.sortable then -%> <%:Sort%> - <%- end; if self.extedit or self.addremove then -%> + <%- count = count + 1; end; if self.extedit or self.addremove then -%>   <%- count = count + 1; end -%>