From: Jo-Philipp Wich Date: Wed, 24 Feb 2016 16:40:53 +0000 (+0100) Subject: luci-base: cbi: fix misplaced ID in nullsection template X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=55597da3a8540d19b34bf25ccf08d70e759013ab;p=oweals%2Fluci.git luci-base: cbi: fix misplaced ID in nullsection template Signed-off-by: Jo-Philipp Wich --- diff --git a/modules/luci-base/luasrc/view/cbi/nullsection.htm b/modules/luci-base/luasrc/view/cbi/nullsection.htm index bd4895095..ef169593a 100644 --- a/modules/luci-base/luasrc/view/cbi/nullsection.htm +++ b/modules/luci-base/luasrc/view/cbi/nullsection.htm @@ -5,8 +5,8 @@ <% if self.description and #self.description > 0 then -%>
<%=self.description%>
<%- end %> -
-
+
+
<% self:render_children(1, scope or {}) %>
<% if self.error and self.error[1] then -%>