luci-base: mvalue: fix column wrapping
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
b5db545077
commit
ae7c6f48df
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
||||||
<label<%= attr("for", cbid.."-"..key)%>></label>
|
<label<%= attr("for", cbid.."-"..key)%>></label>
|
||||||
<%=pcdata(self.vallist[i])%>
|
<%=pcdata(self.vallist[i])%>
|
||||||
</label>
|
</label>
|
||||||
<% if i == self.size then write('<br />') end %>
|
<% if self.size and (i % self.size) == 0 then write('<br />') end %>
|
||||||
<% end %>
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
Loading…
Reference in a new issue