projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7e524b
)
libs/cbi: remove redundant line break in listvalue template
author
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 19 Aug 2009 23:17:55 +0000
(23:17 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 19 Aug 2009 23:17:55 +0000
(23:17 +0000)
libs/cbi/luasrc/view/cbi/lvalue.htm
patch
|
blob
|
history
diff --git
a/libs/cbi/luasrc/view/cbi/lvalue.htm
b/libs/cbi/luasrc/view/cbi/lvalue.htm
index e27948a19e3686fdc5a5d9d7db76af1000d6fcf1..a6fd18f4ffdc8d0ea339d942d81de11a0021258f 100644
(file)
--- 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 %>