diff options
Diffstat (limited to 'modules/luci-base/luasrc/view/cbi/mvalue.htm')
-rw-r--r-- | modules/luci-base/luasrc/view/cbi/mvalue.htm | 2 |
1 files changed, 1 insertions, 1 deletions
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) .. |