* luci-0.8: backport cbi fix
This commit is contained in:
parent
d951b66b45
commit
d69e2df945
1 changed files with 2 additions and 2 deletions
|
@ -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 %>
|
||||
|
|
Loading…
Reference in a new issue