From: Jo-Philipp Wich Date: Tue, 15 Jul 2008 22:09:53 +0000 (+0000) Subject: * luci/libs/cbi: fix syntax error in mvalue template X-Git-Tag: 0.8.0~653 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=18f0ebfd8bd669a0792fc2e1c1d31e3b41eeda7b * luci/libs/cbi: fix syntax error in mvalue template --- diff --git a/libs/cbi/luasrc/view/cbi/mvalue.htm b/libs/cbi/luasrc/view/cbi/mvalue.htm index 092d2290f..f53660824 100644 --- a/libs/cbi/luasrc/view/cbi/mvalue.htm +++ b/libs/cbi/luasrc/view/cbi/mvalue.htm @@ -27,7 +27,7 @@ local v = self:valuelist(section) for i, key in pairs(self.keylist) do c = c + 1 %> - + /> ><%=self.vallist[i]%>
<% if c == self.size then c = 0 %>
<% end end %>