luci-base: cbi: remove duplicate id from template
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 9 Feb 2016 15:10:04 +0000 (16:10 +0100)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 9 Feb 2016 15:12:02 +0000 (16:12 +0100)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
modules/luci-base/luasrc/view/cbi/nsection.htm

index 32e73e7..abf6759 100644 (file)
@@ -1,5 +1,5 @@
 <% if self:cfgvalue(self.section) then section = self.section %>
-       <fieldset class="cbi-section" id="cbi-<%=self.config%>-<%=section%>">
+       <fieldset class="cbi-section">
                <% if self.title and #self.title > 0 then -%>
                        <legend><%=self.title%></legend>
                <%- end %>