From: Steven Barth Date: Mon, 14 Jul 2008 18:57:19 +0000 (+0000) Subject: libs/cbi: Fixed MultiValue select widget X-Git-Tag: 0.8.0~664 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=4d7c453ea83c749b05d6271a3bdc0c0c057150ed libs/cbi: Fixed MultiValue select widget --- diff --git a/libs/cbi/luasrc/view/cbi/mvalue.htm b/libs/cbi/luasrc/view/cbi/mvalue.htm index cfe50c456..a125ccf6e 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 %>