summaryrefslogtreecommitdiffhomepage
path: root/libs/web/luasrc/view/cbi/lvalue.htm
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-05-03 03:20:15 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-05-03 03:20:15 +0000
commit6697e282afa58f2ccacbdafc9ad84abb30cdee36 (patch)
tree388794888acae0e3e587ccd2a0314ce62964c717 /libs/web/luasrc/view/cbi/lvalue.htm
parentf845d2fe42c3c4d1fcaf3a22dde1fe024ef4afd4 (diff)
trunk: s/&nbsp;/&#160;/g
Diffstat (limited to 'libs/web/luasrc/view/cbi/lvalue.htm')
-rw-r--r--libs/web/luasrc/view/cbi/lvalue.htm2
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 %>&nbsp;<% else %><br /><% end %>
+<% if c == self.size then c = 0 %><% if self.orientation == "horizontal" then %>&#160;<% else %><br /><% end %>
<% end end %>
<% end %>
<%+cbi/valuefooter%>