summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-08-19 23:17:55 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-08-19 23:17:55 +0000
commitbda237d0fdb070a6703e529d801adbf40205f47d (patch)
treecb7e5b187b135f473db48d1f9dcafce8a55fb7dc
parenta7e524bb7f1e230ed8e69ddcc42875704b98eaef (diff)
libs/cbi: remove redundant line break in listvalue template
-rw-r--r--libs/cbi/luasrc/view/cbi/lvalue.htm2
1 files changed, 1 insertions, 1 deletions
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
%>
<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 />
<% end end %>
<% end %>