From 18f0ebfd8bd669a0792fc2e1c1d31e3b41eeda7b Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 15 Jul 2008 22:09:53 +0000 Subject: * luci/libs/cbi: fix syntax error in mvalue template --- 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 092d2290f5..f53660824d 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 %> -- cgit v1.2.3