diff --git a/libs/cbi/luasrc/view/cbi/mvalue.htm b/libs/cbi/luasrc/view/cbi/mvalue.htm index cfe50c4567..a125ccf6e0 100644 --- a/libs/cbi/luasrc/view/cbi/mvalue.htm +++ b/libs/cbi/luasrc/view/cbi/mvalue.htm @@ -17,7 +17,7 @@ local v = self:valuelist(section) %> <%+cbi/valueheader%> <% if self.widget == "select" then %> - "<% if self.size then %> size="<%=self.size%>"<% end %>> <%for i, key in pairs(self.keylist) do %> selected="selected"<% end %> value="<%=key%>"><%=self.vallist[i]%> <% end %>