luci-base: cbi: fix dependency handling of list and multivalues with radio/checkbox...
[project/luci.git] / modules / luci-base / luasrc / view / cbi / mvalue.htm
index ccdd6fc..ca7b94c 100644 (file)
@@ -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) ..