From b50471787feb9c04b365ff239aee8f39eadc236b Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 18 Jan 2016 17:05:36 +0100 Subject: luci-base: refactor cbi dependency handling code Signed-off-by: Jo-Philipp Wich --- modules/luci-base/luasrc/view/cbi/lvalue.htm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/luci-base/luasrc/view/cbi/lvalue.htm') diff --git a/modules/luci-base/luasrc/view/cbi/lvalue.htm b/modules/luci-base/luasrc/view/cbi/lvalue.htm index 8cc086db42..9210ae59f0 100644 --- a/modules/luci-base/luasrc/view/cbi/lvalue.htm +++ b/modules/luci-base/luasrc/view/cbi/lvalue.htm @@ -2,7 +2,7 @@ <% if self.widget == "select" then %> <% elseif self.widget == "radio" then @@ -10,8 +10,8 @@ for i, key in pairs(self.keylist) do c = c + 1 %> - /> - ><%=self.vallist[i]%> + /> + ><%=self.vallist[i]%> <% if c == self.size then c = 0 %><% if self.orientation == "horizontal" then %> <% else %>
<% end %> <% end end %> <% end %> -- cgit v1.2.3