luci-base: cbi: remove duplicate id from template
[project/luci.git] / 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 %>