X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=libs%2Fcbi%2Fluasrc%2Fview%2Fcbi%2Fmvalue.htm;h=a125ccf6e0ced67ffc359b9f40093a35a403c321;hp=cfe50c45677daea6895a9ee992fc0dbf482cc5c5;hb=4d7c453ea83c749b05d6271a3bdc0c0c057150ed;hpb=d12dfa5186f83fdb25ddbadfe2077f40115ce820 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 %>