diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-05-03 03:20:15 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-05-03 03:20:15 +0000 |
commit | 6697e282afa58f2ccacbdafc9ad84abb30cdee36 (patch) | |
tree | 388794888acae0e3e587ccd2a0314ce62964c717 /libs/web/luasrc/view/cbi/lvalue.htm | |
parent | f845d2fe42c3c4d1fcaf3a22dde1fe024ef4afd4 (diff) |
trunk: s/ / /g
Diffstat (limited to 'libs/web/luasrc/view/cbi/lvalue.htm')
-rw-r--r-- | libs/web/luasrc/view/cbi/lvalue.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/web/luasrc/view/cbi/lvalue.htm b/libs/web/luasrc/view/cbi/lvalue.htm index dba869f2ef..3bc3d0929a 100644 --- a/libs/web/luasrc/view/cbi/lvalue.htm +++ b/libs/web/luasrc/view/cbi/lvalue.htm @@ -26,7 +26,7 @@ $Id$ %> <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) or self.default) == key, "checked", "checked") %> /> <label<%= attr("for", cbid..c) %>><%=self.vallist[i]%></label> -<% if c == self.size then c = 0 %><% if self.orientation == "horizontal" then %> <% else %><br /><% end %> +<% if c == self.size then c = 0 %><% if self.orientation == "horizontal" then %> <% else %><br /><% end %> <% end end %> <% end %> <%+cbi/valuefooter%> |