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 32e73e748d6ea2d7e4f81d9a38220b8fd2509c98..abf67596f01c8434bb7a2c0bf3ce391b9d3bdc88 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 %>