diff --git a/libs/cbi/luasrc/view/cbi/dvalue.htm b/libs/cbi/luasrc/view/cbi/dvalue.htm index bdcbd317ec..c2187838c4 100644 --- a/libs/cbi/luasrc/view/cbi/dvalue.htm +++ b/libs/cbi/luasrc/view/cbi/dvalue.htm @@ -23,5 +23,5 @@ $Id$ else %> <%=luci.util.pcdata(self:cfgvalue(section))%> <% end %> - + <%+cbi/valuefooter%> diff --git a/libs/cbi/luasrc/view/cbi/tblsection.htm b/libs/cbi/luasrc/view/cbi/tblsection.htm index 66de5aeb2a..6ed078026e 100644 --- a/libs/cbi/luasrc/view/cbi/tblsection.htm +++ b/libs/cbi/luasrc/view/cbi/tblsection.htm @@ -31,7 +31,7 @@ end
+ | <%- end -%> <%- for i, k in pairs(self.children) do if not k.optional then -%> | @@ -40,7 +40,7 @@ end <%- if k.titleref then -%><%- end -%> | <%- count = count + 1; end; end; if self.extedit or self.addremove then -%> -+ | <%- count = count + 1; end -%> |
---|---|---|---|---|