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