luci-base: cbi: remove duplicate id from template
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
This commit is contained in:
parent
cde9a6234e
commit
84de513a79
1 changed files with 1 additions and 1 deletions
|
@ -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 %>
|
||||
|
|
Loading…
Reference in a new issue