From ccc02d41885eb6aa7cf1749432843078b2c08fb2 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Thu, 4 Sep 2008 09:31:54 +0000 Subject: [PATCH] Fixed event handlers to be more standards compliant (fixed dependency tracking not working correctly on Konqueror and others) --- libs/cbi/luasrc/view/cbi/fvalue.htm | 2 +- libs/cbi/luasrc/view/cbi/lvalue.htm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/cbi/luasrc/view/cbi/fvalue.htm b/libs/cbi/luasrc/view/cbi/fvalue.htm index f34550061..4c977e287 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 92f021e06..6d658c22d 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 %> -- 2.11.0