projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cde9a62
)
luci-base: cbi: remove duplicate id from template
author
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 9 Feb 2016 15:10:04 +0000
(16:10 +0100)
committer
Jo-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
patch
|
blob
|
history
diff --git
a/modules/luci-base/luasrc/view/cbi/nsection.htm
b/modules/luci-base/luasrc/view/cbi/nsection.htm
index 32e73e748d6ea2d7e4f81d9a38220b8fd2509c98..abf67596f01c8434bb7a2c0bf3ce391b9d3bdc88 100644
(file)
--- 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 %>