From 55597da3a8540d19b34bf25ccf08d70e759013ab Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 24 Feb 2016 17:40:53 +0100 Subject: [PATCH] luci-base: cbi: fix misplaced ID in nullsection template Signed-off-by: Jo-Philipp Wich --- modules/luci-base/luasrc/view/cbi/nullsection.htm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -%> -- 2.11.0