From: Steven Barth Date: Thu, 4 Sep 2008 09:31:54 +0000 (+0000) Subject: Fixed event handlers to be more standards compliant X-Git-Tag: 0.8.0~164 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=ccc02d41885eb6aa7cf1749432843078b2c08fb2;p=project%2Fluci.git Fixed event handlers to be more standards compliant (fixed dependency tracking not working correctly on Konqueror and others) --- diff --git a/libs/cbi/luasrc/view/cbi/fvalue.htm b/libs/cbi/luasrc/view/cbi/fvalue.htm index f34550061c..4c977e2871 100644 --- a/libs/cbi/luasrc/view/cbi/fvalue.htm +++ b/libs/cbi/luasrc/view/cbi/fvalue.htm @@ -13,5 +13,5 @@ $Id$ -%> <%+cbi/valueheader%> - value="1" /> + value="1" /> <%+cbi/valuefooter%> diff --git a/libs/cbi/luasrc/view/cbi/lvalue.htm b/libs/cbi/luasrc/view/cbi/lvalue.htm index 92f021e063..6d658c22d1 100644 --- a/libs/cbi/luasrc/view/cbi/lvalue.htm +++ b/libs/cbi/luasrc/view/cbi/lvalue.htm @@ -24,7 +24,7 @@ $Id$ for i, key in pairs(self.keylist) do c = c + 1 %> - /> + /> ><%=self.vallist[i]%>
<% if c == self.size then c = 0 %>
<% end end %>