* luci-0.8: backport cbi fix

This commit is contained in:
Jo-Philipp Wich 2008-10-30 02:41:25 +00:00
parent d951b66b45
commit d69e2df945

View file

@ -13,7 +13,7 @@ $Id$
-%> -%>
<% if #self.description > 0 then -%> <% if self.description and #self.description > 0 then -%>
<% if not luci.util.instanceof( self, luci.cbi.Flag ) then -%> <% if not luci.util.instanceof( self, luci.cbi.Flag ) then -%>
<br /> <br />
<%- end %> <%- end %>
@ -42,4 +42,4 @@ $Id$
}, "cbip-<%=self.config.."-"..section.."-"..self.option%>"); }, "cbip-<%=self.config.."-"..section.."-"..self.option%>");
<%- end %> <%- end %>
</script> </script>
<%- end %> <%- end %>