libs/cbi: remove redundant line break in listvalue template
This commit is contained in:
parent
a7e524bb7f
commit
bda237d0fd
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ $Id$
|
||||||
c = c + 1
|
c = c + 1
|
||||||
%>
|
%>
|
||||||
<input class="cbi-input-radio" onclick="cbi_d_update(this.id)" onchange="cbi_d_update(this.id)" type="radio"<%= attr("id", cbid..c) .. attr("name", cbid) .. attr("value", key) .. ifattr(self:cfgvalue(section) == key, "checked", "checked") %> />
|
<input class="cbi-input-radio" onclick="cbi_d_update(this.id)" onchange="cbi_d_update(this.id)" type="radio"<%= attr("id", cbid..c) .. attr("name", cbid) .. attr("value", key) .. ifattr(self:cfgvalue(section) == key, "checked", "checked") %> />
|
||||||
<label<%= attr("for", cbid..c) %>><%=self.vallist[i]%></label><br />
|
<label<%= attr("for", cbid..c) %>><%=self.vallist[i]%></label>
|
||||||
<% if c == self.size then c = 0 %><br />
|
<% if c == self.size then c = 0 %><br />
|
||||||
<% end end %>
|
<% end end %>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
Loading…
Reference in a new issue