mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 19:01:56 +00:00
* luci-0.8: backport cbi fix
This commit is contained in:
@@ -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 -%>
|
||||
<br />
|
||||
<%- end %>
|
||||
@@ -42,4 +42,4 @@ $Id$
|
||||
}, "cbip-<%=self.config.."-"..section.."-"..self.option%>");
|
||||
<%- end %>
|
||||
</script>
|
||||
<%- end %>
|
||||
<%- end %>
|
||||
|
||||
Reference in New Issue
Block a user