diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-01-26 16:21:15 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-01-26 16:21:15 +0000 |
commit | 8055a5e18399be474ea4ed8f67cca3010b9a6f30 (patch) | |
tree | 4206535afe264758eb3500f882b7980da3c70e7c /libs/web/luasrc/view | |
parent | d6122bddf0695a54c79b6a68a456e37bb3d427c1 (diff) |
libs/web: remove a stray non breaking space in DummyValue template
Diffstat (limited to 'libs/web/luasrc/view')
-rw-r--r-- | libs/web/luasrc/view/cbi/dvalue.htm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/web/luasrc/view/cbi/dvalue.htm b/libs/web/luasrc/view/cbi/dvalue.htm index 7377348fe..0a61dc24a 100644 --- a/libs/web/luasrc/view/cbi/dvalue.htm +++ b/libs/web/luasrc/view/cbi/dvalue.htm @@ -24,6 +24,5 @@ $Id$ end %> <%- if self.href then %></a><%end%> -  <input type="hidden" id="<%=cbid%>" value="<%=pcdata(self:cfgvalue(section) or self.default or "")%>" /> <%+cbi/valuefooter%> |