diff options
Diffstat (limited to 'modules/luci-base/luasrc/view/cbi')
-rw-r--r-- | modules/luci-base/luasrc/view/cbi/lvalue.htm | 2 | ||||
-rw-r--r-- | modules/luci-base/luasrc/view/cbi/mvalue.htm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/luci-base/luasrc/view/cbi/lvalue.htm b/modules/luci-base/luasrc/view/cbi/lvalue.htm index 61759fdd4..99f456dc5 100644 --- a/modules/luci-base/luasrc/view/cbi/lvalue.htm +++ b/modules/luci-base/luasrc/view/cbi/lvalue.htm @@ -21,7 +21,7 @@ <%- end %> </select> <% elseif self.widget == "radio" then %> - <div<%= attr("id", cbid) %>> + <div> <% for i, key in pairs(self.keylist) do %> <label<%= attr("id", cbid.."-"..key) .. diff --git a/modules/luci-base/luasrc/view/cbi/mvalue.htm b/modules/luci-base/luasrc/view/cbi/mvalue.htm index ccdd6fcab..ca7b94c15 100644 --- a/modules/luci-base/luasrc/view/cbi/mvalue.htm +++ b/modules/luci-base/luasrc/view/cbi/mvalue.htm @@ -21,7 +21,7 @@ <%- end %> </select> <% elseif self.widget == "checkbox" then %> - <div<%= attr("id", cbid) %>> + <div> <% for i, key in pairs(self.keylist) do %> <label<%= attr("id", cbid.."-"..key) .. |