From bda237d0fdb070a6703e529d801adbf40205f47d Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 19 Aug 2009 23:17:55 +0000 Subject: [PATCH] libs/cbi: remove redundant line break in listvalue template --- libs/cbi/luasrc/view/cbi/lvalue.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/cbi/luasrc/view/cbi/lvalue.htm b/libs/cbi/luasrc/view/cbi/lvalue.htm index e27948a19..a6fd18f4f 100644 --- a/libs/cbi/luasrc/view/cbi/lvalue.htm +++ b/libs/cbi/luasrc/view/cbi/lvalue.htm @@ -25,7 +25,7 @@ $Id$ c = c + 1 %> /> - ><%=self.vallist[i]%>
+ ><%=self.vallist[i]%> <% if c == self.size then c = 0 %>
<% end end %> <% end %> -- 2.11.0