diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2016-02-09 16:10:04 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2016-02-09 16:12:02 +0100 |
commit | 84de513a79c1714ffa8e51009b7aa97ef975961d (patch) | |
tree | ef860cc0bc1479ebcabd8b0455419578c6703d17 /modules/luci-base | |
parent | cde9a6234e637f9885406dad5592f56ccb5aee3a (diff) |
luci-base: cbi: remove duplicate id from template
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Diffstat (limited to 'modules/luci-base')
-rw-r--r-- | modules/luci-base/luasrc/view/cbi/nsection.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/luci-base/luasrc/view/cbi/nsection.htm b/modules/luci-base/luasrc/view/cbi/nsection.htm index 32e73e748..abf67596f 100644 --- a/modules/luci-base/luasrc/view/cbi/nsection.htm +++ b/modules/luci-base/luasrc/view/cbi/nsection.htm @@ -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 %> |