X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=libs%2Fcbi%2Fluasrc%2Fview%2Fcbi%2Flvalue.htm;h=e27948a19e3686fdc5a5d9d7db76af1000d6fcf1;hp=6d658c22d1147e6ba444b44970770a3897595493;hb=892ed55ba08d3d5553e621e57d69a3eb8ffa4efc;hpb=ccc02d41885eb6aa7cf1749432843078b2c08fb2 diff --git a/libs/cbi/luasrc/view/cbi/lvalue.htm b/libs/cbi/luasrc/view/cbi/lvalue.htm index 6d658c22d..e27948a19 100644 --- a/libs/cbi/luasrc/view/cbi/lvalue.htm +++ b/libs/cbi/luasrc/view/cbi/lvalue.htm @@ -14,9 +14,9 @@ $Id$ -%> <%+cbi/valueheader%> <% if self.widget == "select" then %> - > <% for i, key in pairs(self.keylist) do -%> - + <%- end %> <% elseif self.widget == "radio" then @@ -24,7 +24,7 @@ $Id$ for i, key in pairs(self.keylist) do c = c + 1 %> - /> + /> ><%=self.vallist[i]%>
<% if c == self.size then c = 0 %>
<% end end %>