From: Steven Barth Date: Mon, 23 Feb 2009 22:54:17 +0000 (+0000) Subject: Fix option dependencies, this was lost in some IE fixing stuff X-Git-Tag: 0.8.7~85 X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=ad1af012ed823078fd24963ce3afe8c3eaf747f4;p=project%2Fluci.git Fix option dependencies, this was lost in some IE fixing stuff --- diff --git a/libs/cbi/luasrc/view/cbi/full_valuefooter.htm b/libs/cbi/luasrc/view/cbi/full_valuefooter.htm index 0ae45fb32..9fc5c13c9 100644 --- a/libs/cbi/luasrc/view/cbi/full_valuefooter.htm +++ b/libs/cbi/luasrc/view/cbi/full_valuefooter.htm @@ -39,7 +39,7 @@ $Id$ <%- end -%> - }, "cbip-<%=self.config.."-"..section.."-"..self.option%>"); + }, "cbip-<%=self.config.."-"..section.."-"..self.option..d.add%>"); <%- end %> <%- end %>