From 4d7c453ea83c749b05d6271a3bdc0c0c057150ed Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Mon, 14 Jul 2008 18:57:19 +0000 Subject: [PATCH 1/1] libs/cbi: Fixed MultiValue select widget --- libs/cbi/luasrc/view/cbi/mvalue.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %> -- 2.11.0