From: Jo-Philipp Wich Date: Wed, 19 Aug 2009 23:17:55 +0000 (+0000) Subject: libs/cbi: remove redundant line break in listvalue template X-Git-Tag: 0.10.0~1165 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=bda237d0fdb070a6703e529d801adbf40205f47d;hp=a7e524bb7f1e230ed8e69ddcc42875704b98eaef libs/cbi: remove redundant line break in listvalue template --- 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 %>