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