libs/web: remove a stray non breaking space in DummyValue template
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 26 Jan 2011 16:21:15 +0000 (16:21 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 26 Jan 2011 16:21:15 +0000 (16:21 +0000)
libs/web/luasrc/view/cbi/dvalue.htm

index 7377348..0a61dc2 100644 (file)
@@ -24,6 +24,5 @@ $Id$
                end
        %>
 <%- if self.href then %></a><%end%>
-&#160;
 <input type="hidden" id="<%=cbid%>" value="<%=pcdata(self:cfgvalue(section) or self.default or "")%>" />
 <%+cbi/valuefooter%>